Introduce httpd_send_reply() with gzip capability

This commit is contained in:
Julien BLACHE
2010-05-03 18:19:41 +02:00
parent 33936bacfa
commit 13c9de3ed1
2 changed files with 122 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
void
httpd_stream_file(struct evhttp_request *req, int id);
void
httpd_send_reply(struct evhttp_request *req, int code, const char *reason, struct evbuffer *evbuf);
char *
httpd_fixup_uri(struct evhttp_request *req);