]> matita.cs.unibo.it Git - helm.git/commitdiff
some done, some new todo!
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 6 Dec 2002 17:53:51 +0000 (17:53 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 6 Dec 2002 17:53:51 +0000 (17:53 +0000)
helm/DEVEL/ocaml-http/TODO

index 75714788aa67e8128f62a900aa1f15cce6c68d98..ded75c3f5d18284b2954963a3aebfa2e1d1ce881 100644 (file)
@@ -1,10 +1,7 @@
 
-- add a perlish Http_daemon.daemon class, e.g.:
-    let d = new daemon ... in
-    while true do
-      req = d#accept ()
-      ...
-    done
+- keep in request objects or somewhere client information like IP address
+
 - parse also header and contents of http requests and add corresponding methods
   to requests objects
+  - subTODO: support POST requests