| 72 void http_request_init(HTTPRequest *req); |
72 void http_request_init(HTTPRequest *req); |
| 73 void http_request_cleanup(HTTPRequest *req); |
73 void http_request_cleanup(HTTPRequest *req); |
| 74 |
74 |
| 75 cxmutstr http_request_get_abspath(HTTPRequest *req); |
75 cxmutstr http_request_get_abspath(HTTPRequest *req); |
| 76 |
76 |
| 77 |
|
| 78 NSAPISession* nsapisession_create(pool_handle_t *pool); |
|
| 79 int nsapisession_setconnection(NSAPISession *sn, Connection *conn, netbuf *inbuf, IOStream **io); |
|
| 80 |
77 |
| 81 /* |
78 /* |
| 82 * starts request processing after reading the request header |
79 * starts request processing after reading the request header |
| 83 * |
80 * |
| 84 * request: request object |
81 * request: request object |