X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_constants.ml;fp=helm%2FDEVEL%2Focaml-http%2Fhttp_constants.ml;h=0000000000000000000000000000000000000000;hp=6ad156c13a9a78504b00b27dc60e663969d4973e;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/DEVEL/ocaml-http/http_constants.ml b/helm/DEVEL/ocaml-http/http_constants.ml deleted file mode 100644 index 6ad156c13..000000000 --- a/helm/DEVEL/ocaml-http/http_constants.ml +++ /dev/null @@ -1,4 +0,0 @@ -let version = `HTTP_1_1;; -let server_string = "OCaml HTTP Daemon";; -let crlf = "\r\n" -