From: Stefano Zacchiroli Date: Fri, 6 Dec 2002 17:53:51 +0000 (+0000) Subject: some done, some new todo! X-Git-Tag: v0_3_99~162 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ebcf6271797d06c6111123702837599cde1766bb;p=helm.git some done, some new todo! --- diff --git a/helm/DEVEL/ocaml-http/TODO b/helm/DEVEL/ocaml-http/TODO index 75714788a..ded75c3f5 100644 --- a/helm/DEVEL/ocaml-http/TODO +++ b/helm/DEVEL/ocaml-http/TODO @@ -1,10 +1,7 @@ -- add a perlish Http_daemon.daemon class, e.g.: - let d = new daemon ... in - while true do - req = d#accept () - ... - done +- keep in request objects or somewhere client information like IP address + - parse also header and contents of http requests and add corresponding methods to requests objects + - subTODO: support POST requests