Home
last modified time | relevance | path

Searched refs:ngx_http_core_get_method (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h540 extern ngx_str_t ngx_http_core_get_method;
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_core_module.c808 ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET" }; variable
2328 sr->method_name = ngx_http_core_get_method; in ngx_http_subrequest()
H A Dngx_http_upstream.c838 u->method = ngx_http_core_get_method; in ngx_http_upstream_cache()
2774 r->method_name = ngx_http_core_get_method; in ngx_http_upstream_process_headers()
/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()