]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/TODO
first moogle template checkin
[helm.git] / helm / DEVEL / ocaml-http / TODO
index ac983999f7ec24b2753e44c09dc666e6b86a44a8..343b51d87c739fc19f917d0375bff729da868257 100644 (file)
@@ -1,10 +1,2 @@
-- 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
+- hostname support for ~addr parameter (e.g. start ~addr:"localhost")
+- HTTP authentication support