X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2FTODO;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=ac983999f7ec24b2753e44c09dc666e6b86a44a8;hpb=ae7dbddb8d6f07470db18955cc614972603cc2a9;p=helm.git diff --git a/helm/DEVEL/ocaml-http/TODO b/helm/DEVEL/ocaml-http/TODO index ac983999f..e69de29bb 100644 --- a/helm/DEVEL/ocaml-http/TODO +++ b/helm/DEVEL/ocaml-http/TODO @@ -1,10 +0,0 @@ -- 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