Home
last modified time | relevance | path

Searched refs:NGX_HTTP_GET (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
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_stub_status_module.c92 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { in ngx_http_stub_status_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_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_grpc_module.c606 if (r->method == NGX_HTTP_GET || r->method == NGX_HTTP_POST) { in ngx_http_grpc_create_request()
766 if (r->method == NGX_HTTP_GET) { in ngx_http_grpc_create_request()
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.h29 #define NGX_HTTP_GET 0x0002 macro
H A Dngx_http_special_response.c615 r->method = NGX_HTTP_GET; in ngx_http_send_error_page()
H A Dngx_http_parse.c168 r->method = NGX_HTTP_GET; in ngx_http_parse_request_line()
837 if (r->http_version == 9 && r->method != NGX_HTTP_GET) { in ngx_http_parse_request_line()
H A Dngx_http_core_module.c2310 sr->method = NGX_HTTP_GET; in ngx_http_subrequest()
4345 { (u_char *) "GET", (uint32_t) ~NGX_HTTP_GET },
4403 if (!(pclcf->limit_except & NGX_HTTP_GET)) { in ngx_http_core_limit_except()
H A Dngx_http_upstream.c458 { ngx_string("GET"), NGX_HTTP_GET },
2773 r->method = NGX_HTTP_GET; in ngx_http_upstream_process_headers()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2637 r->method = NGX_HTTP_GET; in ngx_http_v2_push_stream()
3420 { 3, "GET", NGX_HTTP_GET }, in ngx_http_v2_parse_method()