]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/TODO
- removed old entries from TODO
[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