]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_common.mli
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / http_common.mli
index 172e66e5ad5d2bd68e73a79efcd1e415ca404840..447f317e764c5c4515ab00390fa72a38f1a3d6a3 100644 (file)
@@ -24,6 +24,8 @@ exception Invalid_code of int
 exception Invalid_status of Http_types.status
 
 val http_version: Http_types.version
+val server_string: string
+val crlf: string
 
 val string_of_version: Http_types.version -> string
 val version_of_string: string -> Http_types.version