]> matita.cs.unibo.it Git - helm.git/commitdiff
TODO list
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 20 Nov 2002 16:56:12 +0000 (16:56 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 20 Nov 2002 16:56:12 +0000 (16:56 +0000)
helm/DEVEL/ocaml-http/TODO [new file with mode: 0644]

diff --git a/helm/DEVEL/ocaml-http/TODO b/helm/DEVEL/ocaml-http/TODO
new file mode 100644 (file)
index 0000000..ac98399
--- /dev/null
@@ -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