diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-28 17:41:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-28 17:41:47 +0000 |
| commit | c2bba092eb07ea5fcd2e2ee987e3a304f755a3c7 (patch) | |
| tree | d2c80489d1fe646f689966411fc8659355acbd40 /src/http/ngx_http.h | |
| parent | 877df63f345e48bc2cb61dde86a207748051b81a (diff) | |
| download | nginx-c2bba092eb07ea5fcd2e2ee987e3a304f755a3c7.tar.gz nginx-c2bba092eb07ea5fcd2e2ee987e3a304f755a3c7.tar.bz2 | |
nginx-0.0.1-2003-11-28-20:41:47 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 4fa657293..31fa40df8 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -48,8 +48,11 @@ int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log); /**/ void ngx_http_init_connection(ngx_connection_t *c); + int ngx_http_parse_request_line(ngx_http_request_t *r); +int ngx_http_parse_complex_uri(ngx_http_request_t *r); int ngx_http_parse_header_line(ngx_http_request_t *r, ngx_hunk_t *h); + int ngx_http_find_server_conf(ngx_http_request_t *r); void ngx_http_handler(ngx_http_request_t *r); void ngx_http_finalize_request(ngx_http_request_t *r, int error); |
