Home
last modified time | relevance | path

Searched refs:ngx_http_headers_in_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c85 { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host),
100 offsetof(ngx_http_headers_in_t, if_match),
104 offsetof(ngx_http_headers_in_t, if_none_match),
118 offsetof(ngx_http_headers_in_t, content_range),
122 offsetof(ngx_http_headers_in_t, content_type),
129 offsetof(ngx_http_headers_in_t, if_range),
137 offsetof(ngx_http_headers_in_t, te),
141 offsetof(ngx_http_headers_in_t, expect),
145 offsetof(ngx_http_headers_in_t, upgrade),
153 { ngx_string("Via"), offsetof(ngx_http_headers_in_t, via),
[all …]
H A Dngx_http_request.h251 } ngx_http_headers_in_t; typedef
395 ngx_http_headers_in_t headers_in;
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs263 if (hh->offset == offsetof(ngx_http_headers_in_t, cookies)) {
268 if (hh->offset == offsetof(ngx_http_headers_in_t, x_forwarded_for)) {
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c39 offsetof(ngx_http_headers_in_t, host) },
42 offsetof(ngx_http_headers_in_t, accept_encoding) },
45 offsetof(ngx_http_headers_in_t, accept_language) },
48 offsetof(ngx_http_headers_in_t, user_agent) },
H A Dngx_http_v2.c214 offsetof(ngx_http_headers_in_t, host), 0, NULL },
217 offsetof(ngx_http_headers_in_t, accept_encoding), 0, NULL },
220 offsetof(ngx_http_headers_in_t, accept_language), 0, NULL },
223 offsetof(ngx_http_headers_in_t, user_agent), 0, NULL },