comparison src/http/ngx_http_headers.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents c0552e5ab567
children fc8dc489247e
comparison
equal deleted inserted replaced
256:8e39cab6abd5 257:70e1c7d2b83d
9 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) }, 9 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) },
10 { ngx_string("If-Modified-Since"), 10 { ngx_string("If-Modified-Since"),
11 offsetof(ngx_http_headers_in_t, if_modified_since) }, 11 offsetof(ngx_http_headers_in_t, if_modified_since) },
12 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) }, 12 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) },
13 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer) }, 13 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer) },
14
15 { ngx_string("Content-Length"), 14 { ngx_string("Content-Length"),
16 offsetof(ngx_http_headers_in_t, content_length) }, 15 offsetof(ngx_http_headers_in_t, content_length) },
17 { ngx_string("Accept-Encoding"), 16
18 offsetof(ngx_http_headers_in_t, accept_encoding) },
19 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) }, 17 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) },
20 #if 0 18 #if 0
21 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) }, 19 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
22 #endif 20 #endif
21
22 { ngx_string("Accept-Encoding"),
23 offsetof(ngx_http_headers_in_t, accept_encoding) },
23 24
24 { ngx_string("Authorization"), 25 { ngx_string("Authorization"),
25 offsetof(ngx_http_headers_in_t, authorization) }, 26 offsetof(ngx_http_headers_in_t, authorization) },
26 27
27 { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) }, 28 { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) },