]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/TODO
when making 'dist' remove old spurious dist directories
[helm.git] / helm / DEVEL / ocaml-http / TODO
index a32543a7c4a14c88083a8da49b626e29d2dd1c89..ded75c3f5d18284b2954963a3aebfa2e1d1ce881 100644 (file)
@@ -1,14 +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
-
-- add the possibility to chdir in a given dir before starting     -> DONE
-- add support for multi threaded daemon                           -> DONE
-- add Http_daemon.respond                                         -> DONE
+  - subTODO: support POST requests