From ae7dbddb8d6f07470db18955cc614972603cc2a9 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 20 Nov 2002 16:56:12 +0000 Subject: [PATCH] TODO list --- helm/DEVEL/ocaml-http/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 helm/DEVEL/ocaml-http/TODO diff --git a/helm/DEVEL/ocaml-http/TODO b/helm/DEVEL/ocaml-http/TODO new file mode 100644 index 000000000..ac983999f --- /dev/null +++ b/helm/DEVEL/ocaml-http/TODO @@ -0,0 +1,10 @@ +- 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 -- 2.39.2