NGX_HTTP_GET      163 http/modules/ngx_http_autoindex_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_GET      117 http/modules/ngx_http_empty_gif_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_GET     2214 http/modules/ngx_http_fastcgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_GET       75 http/modules/ngx_http_flv_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_GET       84 http/modules/ngx_http_gzip_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_GET      115 http/modules/ngx_http_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_GET      153 http/modules/ngx_http_memcached_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_GET     1908 http/modules/ngx_http_proxy_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_GET       89 http/modules/ngx_http_random_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_GET     1239 http/modules/ngx_http_scgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_GET       61 http/modules/ngx_http_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_GET       68 http/modules/ngx_http_stub_status_module.c     if (r->method != NGX_HTTP_GET && r->method != NGX_HTTP_HEAD) {
NGX_HTTP_GET     1292 http/modules/ngx_http_uwsgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_GET     2222 http/ngx_http_core_module.c     sr->method = NGX_HTTP_GET;
NGX_HTTP_GET     3853 http/ngx_http_core_module.c    { (u_char *) "GET",       (uint32_t) ~NGX_HTTP_GET },
NGX_HTTP_GET     3911 http/ngx_http_core_module.c     if (!(pclcf->limit_except & NGX_HTTP_GET)) {
NGX_HTTP_GET      164 http/ngx_http_parse.c                         r->method = NGX_HTTP_GET;
NGX_HTTP_GET      745 http/ngx_http_parse.c     if (r->http_version == 9 && r->method != NGX_HTTP_GET) {
NGX_HTTP_GET      556 http/ngx_http_special_response.c             r->method = NGX_HTTP_GET;
NGX_HTTP_GET      353 http/ngx_http_upstream.c    { ngx_string("GET"),  NGX_HTTP_GET},
NGX_HTTP_GET     1854 http/ngx_http_upstream.c             r->method = NGX_HTTP_GET;