Lines Matching refs:method
218 const char *method, const char *host, const char *target,
220 #define http_client_request(client, method, host, target, callback, context) \
221 http_client_request(client, method, host, target + \
230 const char *method, const struct http_url *target_url,
232 #define http_client_request_url(client, method, target_url, callback, context) \
233 http_client_request_url(client, method, target_url + \
239 const char *method, const char *url_str,
241 #define http_client_request_url_str(client, method, url_str, callback, context) \
242 http_client_request_url_str(client, method, url_str + \
369 /* return the HTTP method for the request */