src/server/daemon/protocol.h

branch
webdav
changeset 235
4990147c58d0
parent 162
b169992137a8
child 415
d938228c382e
equal deleted inserted replaced
234:f30740c3aafb 235:4990147c58d0
44 void add_http_status_line(sbuf_t *out, pool_handle_t *pool, Request *rq); 44 void add_http_status_line(sbuf_t *out, pool_handle_t *pool, Request *rq);
45 void add_http_response_header(sbuf_t *out, Request *rq); 45 void add_http_response_header(sbuf_t *out, Request *rq);
46 46
47 int http_start_response(Session *sn, Request *rq); 47 int http_start_response(Session *sn, Request *rq);
48 48
49 int http_send_continue(Session *sn);
50
49 int request_header(char *name, char **value, Session *sn, Request *rq); 51 int request_header(char *name, char **value, Session *sn, Request *rq);
50 52
51 void http_get_scheme_host_port( 53 void http_get_scheme_host_port(
52 Session *sn, 54 Session *sn,
53 Request *rq, 55 Request *rq,

mercurial