Loading src/tool_helpers.c +3 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,9 @@ void customrequest_helper(struct OperationConfig *config, HttpReq req, "POST" }; if(curl_strequal(method, dflt[req])) { if(!method) ; else if(curl_strequal(method, dflt[req])) { notef(config->global, "Unnecessary use of -X or --request, %s is already " "inferred.\n", dflt[req]); } Loading Loading
src/tool_helpers.c +3 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,9 @@ void customrequest_helper(struct OperationConfig *config, HttpReq req, "POST" }; if(curl_strequal(method, dflt[req])) { if(!method) ; else if(curl_strequal(method, dflt[req])) { notef(config->global, "Unnecessary use of -X or --request, %s is already " "inferred.\n", dflt[req]); } Loading