NGX_HTTP_HEAD     163 http/modules/ngx_http_autoindex_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_HEAD      58 http/modules/ngx_http_chunked_filter_module.c         || (r->method & NGX_HTTP_HEAD))
NGX_HTTP_HEAD     117 http/modules/ngx_http_empty_gif_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_HEAD    2214 http/modules/ngx_http_fastcgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_HEAD      75 http/modules/ngx_http_flv_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_HEAD      84 http/modules/ngx_http_gzip_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_HEAD     115 http/modules/ngx_http_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_HEAD     153 http/modules/ngx_http_memcached_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
NGX_HTTP_HEAD    1908 http/modules/ngx_http_proxy_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_HEAD      89 http/modules/ngx_http_random_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_HEAD    1239 http/modules/ngx_http_scgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_HEAD      61 http/modules/ngx_http_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
NGX_HTTP_HEAD      68 http/modules/ngx_http_stub_status_module.c     if (r->method != NGX_HTTP_GET && r->method != NGX_HTTP_HEAD) {
NGX_HTTP_HEAD      80 http/modules/ngx_http_stub_status_module.c     if (r->method == NGX_HTTP_HEAD) {
NGX_HTTP_HEAD    1292 http/modules/ngx_http_uwsgi_module.c     conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD;
NGX_HTTP_HEAD    1800 http/ngx_http_core_module.c     if (r->method == NGX_HTTP_HEAD || (r != r->main && val.len == 0)) {
NGX_HTTP_HEAD    3854 http/ngx_http_core_module.c    { (u_char *) "HEAD",      (uint32_t) ~NGX_HTTP_HEAD },
NGX_HTTP_HEAD    3912 http/ngx_http_core_module.c         pclcf->limit_except &= (uint32_t) ~NGX_HTTP_HEAD;
NGX_HTTP_HEAD     187 http/ngx_http_header_filter_module.c     if (r->method == NGX_HTTP_HEAD) {
NGX_HTTP_HEAD     201 http/ngx_http_parse.c                             r->method = NGX_HTTP_HEAD;
NGX_HTTP_HEAD     555 http/ngx_http_special_response.c         if (r->method != NGX_HTTP_HEAD) {
NGX_HTTP_HEAD     354 http/ngx_http_upstream.c    { ngx_string("HEAD"), NGX_HTTP_HEAD },
NGX_HTTP_HEAD     661 http/ngx_http_upstream.c         if (r->method & NGX_HTTP_HEAD) {
NGX_HTTP_HEAD    1853 http/ngx_http_upstream.c         if (r->method != NGX_HTTP_HEAD) {