comparison src/http/ngx_http.h @ 200:abeaebe0a33c

nginx-0.0.1-2003-11-28-20:41:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Nov 2003 17:41:47 +0000
parents 0b81c7a0b133
children 267ea1d98683
comparison
equal deleted inserted replaced
199:a65b630b3a66 200:abeaebe0a33c
46 /* STUB */ 46 /* STUB */
47 int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log); 47 int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log);
48 /**/ 48 /**/
49 49
50 void ngx_http_init_connection(ngx_connection_t *c); 50 void ngx_http_init_connection(ngx_connection_t *c);
51
51 int ngx_http_parse_request_line(ngx_http_request_t *r); 52 int ngx_http_parse_request_line(ngx_http_request_t *r);
53 int ngx_http_parse_complex_uri(ngx_http_request_t *r);
52 int ngx_http_parse_header_line(ngx_http_request_t *r, ngx_hunk_t *h); 54 int ngx_http_parse_header_line(ngx_http_request_t *r, ngx_hunk_t *h);
55
53 int ngx_http_find_server_conf(ngx_http_request_t *r); 56 int ngx_http_find_server_conf(ngx_http_request_t *r);
54 void ngx_http_handler(ngx_http_request_t *r); 57 void ngx_http_handler(ngx_http_request_t *r);
55 void ngx_http_finalize_request(ngx_http_request_t *r, int error); 58 void ngx_http_finalize_request(ngx_http_request_t *r, int error);
56 void ngx_http_writer(ngx_event_t *wev); 59 void ngx_http_writer(ngx_event_t *wev);
57 60