]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_parser.mli
- added support for empty bindings like "a=" or simple "a" in query
[helm.git] / helm / DEVEL / ocaml-http / http_parser.mli
index 1cffb2a4a9af6dd9e88837ca334b1b11707e82e7..6ccc675266bd4caa74befb2928cb4c0261004ec1 100644 (file)
@@ -20,7 +20,7 @@
 *)
 
 exception Malformed_query of string
-exception Malformed_query_binding of string * string
+exception Malformed_query_part of string * string
 exception Unsupported_method of string
 exception Unsupported_HTTP_version of string
 exception Malformed_request_URI of string