Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c171 sr->method_name = r->method_name; in ngx_http_mirror_handler_internal()
H A Dngx_http_grpc_module.c611 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()
H A Dngx_http_dav_module.c743 &r->uri, &r->method_name, &dest->value); in ngx_http_dav_copy_move_handler()
H A Dngx_http_proxy_module.c1209 method = r->method_name; in ngx_http_proxy_create_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2636 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 …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h413 ngx_str_t method_name; member
H A Dngx_http_special_response.c616 r->method_name = ngx_http_core_get_method; in ngx_http_send_error_page()
H A Dngx_http_variables.c1659 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()
H A Dngx_http_core_module.c2328 sr->method_name = ngx_http_core_get_method; in ngx_http_subrequest()
2390 sr->method_name = r->method_name; in ngx_http_subrequest()
H A Dngx_http_request.c1084 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()
H A Dngx_http_upstream.c2774 r->method_name = ngx_http_core_get_method; in ngx_http_upstream_process_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs202 ngx_http_perl_set_targ(r->method_name.data, r->method_name.len);