comparison src/http/ngx_http.h @ 20:a649c0a0adb3

nginx-0.0.1-2002-12-03-18:45:38 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Dec 2002 15:45:38 +0000
parents d7908993fdeb
children 77c7629a2627
comparison
equal deleted inserted replaced
19:d7908993fdeb 20:a649c0a0adb3
113 113
114 int http_version; 114 int http_version;
115 int http_major; 115 int http_major;
116 int http_minor; 116 int http_minor;
117 117
118 ngx_str_t request_line;
118 char *uri; 119 char *uri;
119 char *exten; 120 char *exten;
120 ngx_http_request_t *main; 121 ngx_http_request_t *main;
121 122
122 ngx_connection_t *connection; 123 ngx_connection_t *connection;