comparison src/http/ngx_http_request.h @ 367:ceec87d1c2b3

nginx-0.0.7-2004-06-24-11:53:37 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 07:53:37 +0000
parents 7650aea1816f
children e7054aaedf68
comparison
equal deleted inserted replaced
366:e411b1482ee3 367:ceec87d1c2b3
205 205
206 206
207 typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r); 207 typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r);
208 208
209 struct ngx_http_request_s { 209 struct ngx_http_request_s {
210 uint32_t signature; /* "HTTP" */
211
210 ngx_connection_t *connection; 212 ngx_connection_t *connection;
211 213
212 void **ctx; 214 void **ctx;
213 void **main_conf; 215 void **main_conf;
214 void **srv_conf; 216 void **srv_conf;