]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/http_tcp_server.mli
renamed tcp_server module in http_tcp_server to avoid future
[helm.git] / helm / DEVEL / ocaml-http / http_tcp_server.mli
1 val ocaml_builtin:
2   sockaddr:Unix.sockaddr -> timeout:int option ->
3   (in_channel -> out_channel -> unit) ->
4     unit
5 val simple:
6   sockaddr:Unix.sockaddr -> timeout:int option ->
7   (in_channel -> out_channel -> unit) ->
8     unit