]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/http_tcp_server.mli
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / http_tcp_server.mli
1
2   (* servers *)
3
4 val simple:         Http_types.tcp_server
5 val ocaml_builtin:  Http_types.tcp_server
6 val thread:         Http_types.tcp_server
7
8   (* low level functions *)
9
10 val init_socket:    Unix.sockaddr -> Unix.file_descr
11