]> matita.cs.unibo.it Git - helm.git/blob - matita/components/ocaml_http_stubs/http_daemon.mli
Dependency on ocaml_http replaced by ocaml_http_stubs stubs
[helm.git] / matita / components / ocaml_http_stubs / http_daemon.mli
1 (* The interface of this stub file is taken from the equally named module
2    of the ocaml-http library *)
3
4 val send_basic_headers:
5  ?version: Http_types.version -> code:Http_types.status_code ->
6   out_channel ->
7     unit
8
9 val send_headers:
10  headers:(string * string) list -> out_channel -> unit
11
12 val send_CRLF:
13   out_channel -> unit