Home
last modified time | relevance | path

Searched refs:NGX_HTTP_HEAD (Results 1 – 23 of 23) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c92 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 Dngx_http_empty_gif_module.c117 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_empty_gif_handler()
H A Dngx_http_flv_module.c76 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_flv_handler()
H A Dngx_http_static_module.c62 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c98 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_gzip_static_handler()
H A Dngx_http_random_index_module.c90 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_random_index_handler()
H A Dngx_http_chunked_filter_module.c69 || r->method == NGX_HTTP_HEAD) in ngx_http_chunked_header_filter()
H A Dngx_http_index_module.c116 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { in ngx_http_index_handler()
H A Dngx_http_memcached_module.c183 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_memcached_handler()
H A Dngx_http_autoindex_module.c173 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_autoindex_handler()
H A Dngx_http_scgi_module.c1498 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c1719 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c3024 conf->upstream.cache_methods |= NGX_HTTP_GET|NGX_HTTP_HEAD; in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_mp4_module.c441 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_mp4_handler()
H A Dngx_http_proxy_module.c3176 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 Dngx_http_request.h30 #define NGX_HTTP_HEAD 0x0004 macro
H A Dngx_http_header_filter_module.c186 if (r->method == NGX_HTTP_HEAD) { in ngx_http_header_filter()
H A Dngx_http_special_response.c614 if (r->method != NGX_HTTP_HEAD) { in ngx_http_send_error_page()
H A Dngx_http_parse.c205 r->method = NGX_HTTP_HEAD; in ngx_http_parse_request_line()
H A Dngx_http_core_module.c1718 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 Dngx_http_upstream.c459 { 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 Dngx_http_v2_filter_module.c189 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 Dngx_http_v2.c3422 { 4, "HEAD", NGX_HTTP_HEAD }, in ngx_http_v2_parse_method()