X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_types.ml;h=2175576b77c0507c05406621506c82080cd7a855;hb=ebc089606ccbb3e9dbde142542a1f98f5020b4dd;hp=bbdd46a133bbcb0ba696eabd4d468b4b5a88d0d7;hpb=77449a59416260cca5c239f43434cddc218c67ff;p=helm.git diff --git a/helm/DEVEL/ocaml-http/http_types.ml b/helm/DEVEL/ocaml-http/http_types.ml index bbdd46a13..2175576b7 100644 --- a/helm/DEVEL/ocaml-http/http_types.ml +++ b/helm/DEVEL/ocaml-http/http_types.ml @@ -2,7 +2,7 @@ (* OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002> Stefano Zacchiroli + Copyright (C) <2002-2004> Stefano Zacchiroli This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -140,6 +140,8 @@ type status = | server_error_status ] +type status_code = [ `Code of int | `Status of status ] + (** File sources *) type file_source = | FileSrc of string (** filename *)