comparison src/http/ngx_http.h @ 86:3973260705cc

nginx-0.0.1-2003-05-12-19:52:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 May 2003 15:52:24 +0000
parents a7e45c45a95c
children 5f6d848dcbef
comparison
equal deleted inserted replaced
85:3549c2bf9eaf 86:3973260705cc
229 229
230 /* STUB */ 230 /* STUB */
231 int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log); 231 int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log);
232 /**/ 232 /**/
233 233
234 int ngx_http_init_connection(ngx_connection_t *c); 234 void ngx_http_init_connection(ngx_connection_t *c);
235 int ngx_read_http_request_line(ngx_http_request_t *r); 235 int ngx_parse_http_request_line(ngx_http_request_t *r);
236 int ngx_read_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h); 236 int ngx_parse_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h);
237 int ngx_http_handler(ngx_http_request_t *r); 237 int ngx_http_handler(ngx_http_request_t *r);
238 238
239 239
240 int ngx_http_init_client_request_body(ngx_http_request_t *r, int size); 240 int ngx_http_init_client_request_body(ngx_http_request_t *r, int size);
241 int ngx_http_read_client_request_body(ngx_http_request_t *r); 241 int ngx_http_read_client_request_body(ngx_http_request_t *r);