Home
last modified time | relevance | path

Searched refs:if_modified_since (Results 1 – 8 of 8) 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()
80 if (r->headers_in.if_modified_since in ngx_http_not_modified_header_filter()
147 if (clcf->if_modified_since == NGX_HTTP_IMS_OFF) { in ngx_http_test_if_modified()
151 ims = ngx_parse_http_time(r->headers_in.if_modified_since->value.data, in ngx_http_test_if_modified()
152 r->headers_in.if_modified_since->value.len); in ngx_http_test_if_modified()
161 if (clcf->if_modified_since == NGX_HTTP_IMS_EXACT in ngx_http_test_if_modified()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h186 ngx_table_elt_t *if_modified_since; member
H A Dngx_http_core_module.h378 ngx_uint_t if_modified_since; /* if_modified_since */ member
H A Dngx_http_core_module.c634 offsetof(ngx_http_core_loc_conf_t, if_modified_since),
3417 clcf->if_modified_since = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3634 ngx_conf_merge_uint_value(conf->if_modified_since, prev->if_modified_since, in ngx_http_core_merge_loc_conf()
H A Dngx_http_request.c92 offsetof(ngx_http_headers_in_t, if_modified_since),
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru4638 *) Добавление: параметр off в директиве if_modified_since.
4783 *) Добавление: директива if_modified_since.
H A DCHANGES4553 *) Feature: the "off" parameter of the "if_modified_since" directive.
4694 *) Feature: the "if_modified_since" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim317 syn keyword ngxDirective contained if_modified_since