]> 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 75714788aa67e8128f62a900aa1f15cce6c68d98..343b51d87c739fc19f917d0375bff729da868257 100644 (file)
@@ -1,10 +1,2 @@
-
-- add a perlish Http_daemon.daemon class, e.g.:
-    let d = new daemon ... in
-    while true do
-      req = d#accept ()
-      ...
-    done
-- 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