]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_common.ml
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / http_common.ml
index 8e59dbd580a9eb021cca019d283055636432eee6..28b7201b9f2329e56bdf798900b77562c46501bf 100644 (file)
@@ -24,6 +24,8 @@ exception Invalid_code of int
 exception Invalid_status of Http_types.status
 
 let http_version = `HTTP_1_1
+let server_string = "OCaml HTTP Daemon"
+let crlf = "\r\n"
 
 let string_of_version = function
   | `HTTP_1_0 -> "HTTP/1.0"