]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/TODO
TODO list
[helm.git] / helm / DEVEL / ocaml-http / TODO
1 - add Http_daemon.respond_ok ~body
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 - add the possibility to chdir and/or chroot in a given dir before starting
9 - parse also header and contents of http requests and add corresponding methods
10   to requests objects