]> granicus.if.org Git - libevent/commit
reorganization of the http functionality; we separate http handling into a
authorNiels Provos <provos@gmail.com>
Mon, 17 Jul 2006 00:33:57 +0000 (00:33 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 17 Jul 2006 00:33:57 +0000 (00:33 +0000)
commitba7262ebdf82da9c285f39200d69aac54013c16a
tree6bafe68b56d81f1b5ba2b9591821186ef28095b3
parent00bc7e37fd8f9cc5c749fa83d4152c3395e14975
reorganization of the http functionality; we separate http handling into a
connection object and a request object; also make it clear which buffers are
used for input and output; unittests not complete yet.

svn:r217
evhttp.h
http-internal.h
http.c
test/Makefile.am
test/regress_http.c