ngx_http_headers_in_t   81 http/ngx_http_request.c     { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host),
ngx_http_headers_in_t   84 http/ngx_http_request.c     { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection),
ngx_http_headers_in_t   88 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, if_modified_since),
ngx_http_headers_in_t   92 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, if_unmodified_since),
ngx_http_headers_in_t   95 http/ngx_http_request.c     { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent),
ngx_http_headers_in_t   98 http/ngx_http_request.c     { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer),
ngx_http_headers_in_t  102 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, content_length),
ngx_http_headers_in_t  106 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, content_type),
ngx_http_headers_in_t  109 http/ngx_http_request.c     { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range),
ngx_http_headers_in_t  113 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, if_range),
ngx_http_headers_in_t  117 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, transfer_encoding),
ngx_http_headers_in_t  121 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, expect),
ngx_http_headers_in_t  126 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, accept_encoding),
ngx_http_headers_in_t  129 http/ngx_http_request.c     { ngx_string("Via"), offsetof(ngx_http_headers_in_t, via),
ngx_http_headers_in_t  134 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, authorization),
ngx_http_headers_in_t  137 http/ngx_http_request.c     { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive),
ngx_http_headers_in_t  142 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, x_forwarded_for),
ngx_http_headers_in_t  148 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, x_real_ip),
ngx_http_headers_in_t  153 http/ngx_http_request.c     { ngx_string("Accept"), offsetof(ngx_http_headers_in_t, accept),
ngx_http_headers_in_t  157 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, accept_language),
ngx_http_headers_in_t  162 http/ngx_http_request.c     { ngx_string("Depth"), offsetof(ngx_http_headers_in_t, depth),
ngx_http_headers_in_t  165 http/ngx_http_request.c     { ngx_string("Destination"), offsetof(ngx_http_headers_in_t, destination),
ngx_http_headers_in_t  168 http/ngx_http_request.c     { ngx_string("Overwrite"), offsetof(ngx_http_headers_in_t, overwrite),
ngx_http_headers_in_t  171 http/ngx_http_request.c     { ngx_string("Date"), offsetof(ngx_http_headers_in_t, date),
ngx_http_headers_in_t  370 http/ngx_http_request.h     ngx_http_headers_in_t             headers_in;