| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_stub_status_module.c | 92 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_stub_status_handler() 106 if (r->method == NGX_HTTP_HEAD) { in ngx_http_stub_status_handler()
|
| H A D | ngx_http_empty_gif_module.c | 117 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_empty_gif_handler()
|
| H A D | ngx_http_flv_module.c | 76 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 62 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 98 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_random_index_module.c | 90 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_random_index_handler()
|
| H A D | ngx_http_chunked_filter_module.c | 69 || r->method == NGX_HTTP_HEAD) in ngx_http_chunked_header_filter()
|
| H A D | ngx_http_index_module.c | 116 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_index_handler()
|
| H A D | ngx_http_memcached_module.c | 183 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_memcached_handler()
|
| H A D | ngx_http_autoindex_module.c | 173 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_autoindex_handler()
|
| H A D | ngx_http_scgi_module.c | 1498 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 1719 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 3024 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_mp4_module.c | 441 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_mp4_handler()
|
| H A D | ngx_http_proxy_module.c | 3176 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.h | 30 #define NGX_HTTP_HEAD 0x0004 macro
|
| H A D | ngx_http_header_filter_module.c | 186 if (r->method == NGX_HTTP_HEAD) { in ngx_http_header_filter()
|
| H A D | ngx_http_special_response.c | 614 if (r->method != NGX_HTTP_HEAD) { in ngx_http_send_error_page()
|
| H A D | ngx_http_parse.c | 205 r->method = NGX_HTTP_HEAD; in ngx_http_parse_request_line()
|
| H A D | ngx_http_core_module.c | 1718 if (r->method == NGX_HTTP_HEAD || (r != r->main && val.len == 0)) { in ngx_http_send_response() 4346 { (u_char *) "HEAD", (uint32_t) ~NGX_HTTP_HEAD }, 4404 pclcf->limit_except &= (uint32_t) ~NGX_HTTP_HEAD; in ngx_http_core_limit_except()
|
| H A D | ngx_http_upstream.c | 459 { ngx_string("HEAD"), NGX_HTTP_HEAD }, 837 if (r->method == NGX_HTTP_HEAD && u->conf->cache_convert_head) { in ngx_http_upstream_cache() 2772 if (r->method != NGX_HTTP_HEAD) { in ngx_http_upstream_process_headers()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 189 if (r->method == NGX_HTTP_HEAD) { in ngx_http_v2_header_filter() 249 && r->method != NGX_HTTP_HEAD) in ngx_http_v2_header_filter()
|
| H A D | ngx_http_v2.c | 3422 { 4, "HEAD", NGX_HTTP_HEAD }, in ngx_http_v2_parse_method()
|