ngx_http_core_get_method  777 http/ngx_http_core_module.c ngx_str_t  ngx_http_core_get_method = { 3, (u_char *) "GET " };
ngx_http_core_get_method 2239 http/ngx_http_core_module.c     sr->method_name = ngx_http_core_get_method;
ngx_http_core_get_method  498 http/ngx_http_core_module.h extern ngx_str_t  ngx_http_core_get_method;
ngx_http_core_get_method  662 http/ngx_http_upstream.c             u->method = ngx_http_core_get_method;