X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_types.mli;fp=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_types.mli;h=356d2d9fc0022313c28e930b2b4183652a6a874a;hp=0000000000000000000000000000000000000000;hb=86a71ccae1c961d563fb1ca2ceff3866dab4c065;hpb=20b281858667138b8a2a1469ffae99f21b501695 diff --git a/matita/components/ocaml_http_stubs/http_types.mli b/matita/components/ocaml_http_stubs/http_types.mli new file mode 100644 index 000000000..356d2d9fc --- /dev/null +++ b/matita/components/ocaml_http_stubs/http_types.mli @@ -0,0 +1,6 @@ +(* The interface of this stub file is taken from the equally named module + of the ocaml-http library *) + +type version +type status +type status_code = [ `Code of int | `Status of status ]