X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fhttp_parser.mli;h=452d70765f3fe62741a9aa89f98fdb2adfa0eb5e;hb=69df1b28ba8f91fec33d8d13da8bb822275026e1;hp=1b24d9f0955f0287816a495da0eed6e31ebf992b;hpb=cd23dacd5bd9bae49840097b6635d98a17a569b2;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/http_parser.mli b/helm/software/DEVEL/ocaml-http/http_parser.mli index 1b24d9f09..452d70765 100644 --- a/helm/software/DEVEL/ocaml-http/http_parser.mli +++ b/helm/software/DEVEL/ocaml-http/http_parser.mli @@ -64,7 +64,7 @@ val parse_headers: in_channel -> (string * string) list * attribute value>. See RFC 2965 * @param raw_cookies: value of a "Cookies:" header * @return a list of pairs cookie_name * cookie_value - * @raise Malformed_cookies *) + * @raise Malformed_cookies if raw_cookies does not conform to RFC 2965 *) val parse_cookies: string -> (string * string) list (** given an input channel, reads from it a GET HTTP request and