]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/TODO
- added support for multithreaded daemons
[helm.git] / helm / DEVEL / ocaml-http / TODO
index ac983999f7ec24b2753e44c09dc666e6b86a44a8..a32543a7c4a14c88083a8da49b626e29d2dd1c89 100644 (file)
@@ -1,10 +1,14 @@
-- add Http_daemon.respond_ok ~body
+
 - add a perlish Http_daemon.daemon class, e.g.:
     let d = new daemon ... in
     while true do
       req = d#accept ()
       ...
     done
-- add the possibility to chdir and/or chroot in a given dir before starting
 - 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
+