]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/obj_foo.ml
rebuilt
[helm.git] / helm / DEVEL / ocaml-http / examples / obj_foo.ml
index 98e024045786d0937f571a1957face4105342b33..c36ea3ec3b6811ee4ef8b7f47f2327974aca291e 100644 (file)
@@ -20,6 +20,6 @@
 *)
 
 let callback req outchan =
-  Http.Daemon.respond_error ~body:(req#param "foo") outchan
+  Http_daemon.respond_error ~body:(req#param "foo") outchan
 in
-Http.Daemon.start' ~addr:"127.0.0.1" ~port:9999 callback
+Http_daemon.start' ~port:9999 callback