Searched refs:HTTP_POST (Results 1 – 7 of 7) sorted by relevance
72 int ret = httpclient_common(client, url, HTTP_POST, client_data); in httpclient_post()75 ret = httpclient_common(client, client_data->redirect_url, HTTP_POST, client_data); in httpclient_post()
198 …char *meth = (method == HTTP_GET) ? "GET" : (method == HTTP_POST) ? "POST" : (method == HTTP_PUT) … in httpclient_send_header()813 if (method == HTTP_POST || method == HTTP_PUT) { in httpclient_send()
29 HTTP_POST, enumerator
247 } else if (http_method == HTTP_POST) { in task_http_request_func()413 http_method = HTTP_POST; /* POST */ in native_http_request()
324 } else if (http_method == HTTP_POST) { in task_http_request_func()532 http_method = HTTP_POST; /* POST */ in http_request()
245 }else if(http_method == HTTP_POST){ in task_http_request_func()410 http_method = HTTP_POST; /* POST */ in native_http_request()
314 } else if (param->method == HTTP_POST) { in task_http_request_func()420 http_param->method = HTTP_POST; /* POST */ in native_http_get_param()
Completed in 12 milliseconds