]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/TODO
TODO list
[helm.git] / helm / DEVEL / ocaml-http / TODO
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