From ebcf6271797d06c6111123702837599cde1766bb Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 6 Dec 2002 17:53:51 +0000 Subject: [PATCH] some done, some new todo! --- helm/DEVEL/ocaml-http/TODO | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 -- 2.39.2