Searched refs:method_name (Results 1 – 12 of 12) sorted by relevance
171 sr->method_name = r->method_name; in ngx_http_mirror_handler_internal()
611 len += 1 + NGX_HTTP_V2_INT_OCTETS + r->method_name.len; in ngx_http_grpc_create_request()612 tmp_len = r->method_name.len; in ngx_http_grpc_create_request()780 b->last = ngx_http_v2_write_value(b->last, r->method_name.data, in ngx_http_grpc_create_request()781 r->method_name.len, tmp); in ngx_http_grpc_create_request()784 "grpc header: \":method: %V\"", &r->method_name); in ngx_http_grpc_create_request()
743 &r->uri, &r->method_name, &dest->value); in ngx_http_dav_copy_move_handler()
1209 method = r->method_name; in ngx_http_proxy_create_request()
2636 r->method_name = ngx_http_core_get_method; in ngx_http_v2_push_stream()3437 if (r->method_name.len) { in ngx_http_v2_parse_method()3451 r->method_name.len = value->len; in ngx_http_v2_parse_method()3452 r->method_name.data = value->data; in ngx_http_v2_parse_method()3454 len = r->method_name.len; in ngx_http_v2_parse_method()3460 p = r->method_name.data; in ngx_http_v2_parse_method()3479 p = r->method_name.data; in ngx_http_v2_parse_method()3485 &r->method_name); in ngx_http_v2_parse_method()3600 if (r->method_name.len == 0 in ngx_http_v2_construct_request_line()3604 if (r->method_name.len == 0) { in ngx_http_v2_construct_request_line()[all …]
413 ngx_str_t method_name; member
616 r->method_name = ngx_http_core_get_method; in ngx_http_send_error_page()
1659 if (r->main->method_name.data) { in ngx_http_variable_request_method()1660 v->len = r->main->method_name.len; in ngx_http_variable_request_method()1664 v->data = r->main->method_name.data; in ngx_http_variable_request_method()
2328 sr->method_name = ngx_http_core_get_method; in ngx_http_subrequest()2390 sr->method_name = r->method_name; in ngx_http_subrequest()
1084 r->method_name.len = r->method_end - r->request_start + 1; in ngx_http_process_request_line()1085 r->method_name.data = r->request_line.data; in ngx_http_process_request_line()
2774 r->method_name = ngx_http_core_get_method; in ngx_http_upstream_process_headers()
202 ngx_http_perl_set_targ(r->method_name.data, r->method_name.len);