src/server/daemon/protocol.h

changeset 385
a1f4cb076d2f
parent 235
4990147c58d0
child 415
d938228c382e
equal deleted inserted replaced
210:21274e5950af 385:a1f4cb076d2f
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