X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=ff405be8615e8105368c06bc529a75cb811aa931;hb=15cc3bd312cb798ebb87e39bbc7a84a7f393478a;hp=408fd360a8d37a535c7afea94eaa7b2c15038aac;hpb=ca9cd0aeee0ce78a891f7f6091ca8704231a446d;p=helm.git 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