Lines Matching defs:method
515 * if an auth method was picked. */
548 const char *method,
551 char *req = aprintf("%s %s HTTP/1.1\r\n", method, path);
632 const char *method,
650 result = debug_request(data, method, Curl_dyn_ptr(&r));
879 const char *method;
897 Curl_http_method(data, conn, &method, &httpreq);
909 result = Curl_http_output_auth(data, conn, method, httpreq,
1014 if(hyper_request_set_method(req, (uint8_t *)method, strlen(method))) {
1015 failf(data, "error setting method");
1020 result = request_target(data, conn, method, req);