
___x_cmd_ourl_stream(){
    local method="$1";  shift
    ___x_cmd_ourl "$method" --dump-header "$@"
}

# ___x_cmd_ourl_stream_example(){
#     ourl:parse:local
#     ___x_cmd_ourl_get "$@" | {
#         while ___x_cmd_ourl_parse_header; do
#             case "$XOH_code" in
#                 2*)     ___x_cmd_ourl_parse_body | x jq .Match ;;
#                 *)      ___x_cmd_ourl_parse_body | x log error ;;
#             esac
#         done
#     }
# }

