]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/TODO
- added support for multithreaded daemons
[helm.git] / helm / DEVEL / ocaml-http / TODO
1
2 - add a perlish Http_daemon.daemon class, e.g.:
3     let d = new daemon ... in
4     while true do
5       req = d#accept ()
6       ...
7     done
8 - parse also header and contents of http requests and add corresponding methods
9   to requests objects
10
11 - add the possibility to chdir in a given dir before starting     -> DONE
12 - add support for multi threaded daemon                           -> DONE
13 - add Http_daemon.respond                                         -> DONE
14