comparison src/http/ngx_http.h @ 54:27b628ef907e

nginx-0.0.1-2003-01-28-18:56:37 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Jan 2003 15:56:37 +0000
parents d1e42f1b8fd4
children cad6c2f43283
comparison
equal deleted inserted replaced
53:d1e42f1b8fd4 54:27b628ef907e
72 int offset; 72 int offset;
73 } ngx_http_header_t; 73 } ngx_http_header_t;
74 74
75 75
76 typedef struct { 76 typedef struct {
77 ngx_str_t host_name;
78
77 ngx_table_elt_t *host; 79 ngx_table_elt_t *host;
78 ngx_table_elt_t *connection; 80 ngx_table_elt_t *connection;
79 ngx_table_elt_t *if_modified_since; 81 ngx_table_elt_t *if_modified_since;
80 ngx_table_elt_t *user_agent; 82 ngx_table_elt_t *user_agent;
81 ngx_table_elt_t *accept_encoding; 83 ngx_table_elt_t *accept_encoding;