]> matita.cs.unibo.it Git - helm.git/blob - matita/components/ocaml_http_stubs/http_types.mli
made executable again
[helm.git] / matita / components / ocaml_http_stubs / http_types.mli
1 (* The interface of this stub file is taken from the equally named module
2    of the ocaml-http library *)
3
4 type version
5 type status
6 type status_code = [ `Code of int | `Status of status ]