]> matita.cs.unibo.it Git - helm.git/commitdiff
mentioned POST changes
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 25 Dec 2002 15:28:13 +0000 (15:28 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 25 Dec 2002 15:28:13 +0000 (15:28 +0000)
helm/DEVEL/ocaml-http/debian/changelog

index 408fd360a8d37a535c7afea94eaa7b2c15038aac..ff405be8615e8105368c06bc529a75cb811aa931 100644 (file)
@@ -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