]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_constants.ml
added Http_constants module
[helm.git] / helm / DEVEL / ocaml-http / http_constants.ml
diff --git a/helm/DEVEL/ocaml-http/http_constants.ml b/helm/DEVEL/ocaml-http/http_constants.ml
new file mode 100644 (file)
index 0000000..6ad156c
--- /dev/null
@@ -0,0 +1,4 @@
+let version = `HTTP_1_1;;
+let server_string = "OCaml HTTP Daemon";;
+let crlf = "\r\n"
+