]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/http_constants.ml
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / http_constants.ml
1 let version = `HTTP_1_1;;
2 let server_string = "OCaml HTTP Daemon";;
3 let crlf = "\r\n"
4