Home
last modified time | relevance | path

Searched refs:if_none_match (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_not_modified_filter_module.c78 if (r->headers_in.if_modified_since || r->headers_in.if_none_match) { in ngx_http_not_modified_header_filter()
86 if (r->headers_in.if_none_match in ngx_http_not_modified_header_filter()
87 && !ngx_http_test_if_match(r, r->headers_in.if_none_match, 1)) in ngx_http_not_modified_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h189 ngx_table_elt_t *if_none_match; member
H A Dngx_http_request.c104 offsetof(ngx_http_headers_in_t, if_none_match),