]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_tcp_server.mli
- added support for multithreaded daemons
[helm.git] / helm / DEVEL / ocaml-http / http_tcp_server.mli
index 230b838a231166b48f821af22b126da7c49cc3c8..7c038a570cc698c81a78a55ca52ace171fe6b844 100644 (file)
@@ -1,8 +1,3 @@
-val ocaml_builtin:
-  sockaddr:Unix.sockaddr -> timeout:int option ->
-  (in_channel -> out_channel -> unit) ->
-    unit
-val simple:
-  sockaddr:Unix.sockaddr -> timeout:int option ->
-  (in_channel -> out_channel -> unit) ->
-    unit
+val simple:         Http_types.tcp_server
+val ocaml_builtin:  Http_types.tcp_server
+val thread:         Http_types.tcp_server