src/server/daemon/httprequest.h

branch
webdav
changeset 211
2160585200ac
parent 172
5580517faafc
child 272
f210681d9dd0
equal deleted inserted replaced
210:21274e5950af 211:2160585200ac
71 void http_request_init(HTTPRequest *req); 71 void http_request_init(HTTPRequest *req);
72 void http_request_cleanup(HTTPRequest *req); 72 void http_request_cleanup(HTTPRequest *req);
73 73
74 sstr_t http_request_get_abspath(HTTPRequest *req); 74 sstr_t http_request_get_abspath(HTTPRequest *req);
75 75
76
77 NSAPISession* nsapisession_create(pool_handle_t *pool);
78 int nsapisession_setconnection(NSAPISession *sn, Connection *conn, netbuf *inbuf, IOStream **io);
79
76 /* 80 /*
77 * starts request processing after reading the request header 81 * starts request processing after reading the request header
78 * 82 *
79 * request: request object 83 * request: request object
80 * pool: current thread pool or NULL 84 * pool: current thread pool or NULL

mercurial