method_name       712 http/modules/ngx_http_dav_module.c                           &r->uri, &r->method_name, &dest->value);
method_name       863 http/modules/ngx_http_proxy_module.c         method = r->method_name;
method_name      2239 http/ngx_http_core_module.c     sr->method_name = ngx_http_core_get_method;
method_name       765 http/ngx_http_request.c             r->method_name.len = r->method_end - r->request_start + 1;
method_name       766 http/ngx_http_request.c             r->method_name.data = r->request_line.data;
method_name      1542 http/ngx_http_request.c                   &r->method_name);
method_name       388 http/ngx_http_request.h     ngx_str_t                         method_name;
method_name       557 http/ngx_http_special_response.c             r->method_name = ngx_http_get_name;
method_name      1251 http/ngx_http_variables.c     if (r->main->method_name.data) {
method_name      1252 http/ngx_http_variables.c         v->len = r->main->method_name.len;
method_name      1256 http/ngx_http_variables.c         v->data = r->main->method_name.data;