From: Stefano Zacchiroli Date: Wed, 25 Dec 2002 15:28:13 +0000 (+0000) Subject: mentioned POST changes X-Git-Tag: v0_3_99~126 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=15cc3bd312cb798ebb87e39bbc7a84a7f393478a mentioned POST changes --- diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 408fd360a..ff405be86 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -1,5 +1,10 @@ ocaml-http (0.0.7) unstable; urgency=low + * Added support for POST requests + * Implemented a commont 'message' class from which 'request' and + 'response' inherit + * Changed constructor of 'request' objects, requests are now buildable + directly (and only) from an input channel * Added client IP address information to Http_request.request class * Added OO daemon interfaces ("daemon" and "connection" classes) * Use Pcre to perform sanity test on headers instead of home made