comparison src/http/ngx_http_request.h @ 7206:33edea74bd58

Expose more headers with NGX_HTTP_HEADERS.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Feb 2018 17:51:26 +0300
parents 6ba68ad8b24c
children c693daca57f7
comparison
equal deleted inserted replaced
7205:fc4d82c13c04 7206:33edea74bd58
198 198
199 ngx_table_elt_t *transfer_encoding; 199 ngx_table_elt_t *transfer_encoding;
200 ngx_table_elt_t *expect; 200 ngx_table_elt_t *expect;
201 ngx_table_elt_t *upgrade; 201 ngx_table_elt_t *upgrade;
202 202
203 #if (NGX_HTTP_GZIP) 203 #if (NGX_HTTP_GZIP || NGX_HTTP_HEADERS)
204 ngx_table_elt_t *accept_encoding; 204 ngx_table_elt_t *accept_encoding;
205 ngx_table_elt_t *via; 205 ngx_table_elt_t *via;
206 #endif 206 #endif
207 207
208 ngx_table_elt_t *authorization; 208 ngx_table_elt_t *authorization;