X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_types.ml;fp=helm%2FDEVEL%2Focaml-http%2Fhttp_types.ml;h=8840b22e9b3126b8fa5455cd5392b8eec14f2449;hb=d6a9268278d123d3d20b7833a3a83c8abed6bb02;hp=40015e6831cd2d4d650fcc856a16935d3f62eb46;hpb=3a6f1747d3a6b445b9b8ba11a86e7a7e2b67be2f;p=helm.git diff --git a/helm/DEVEL/ocaml-http/http_types.ml b/helm/DEVEL/ocaml-http/http_types.ml index 40015e683..8840b22e9 100644 --- a/helm/DEVEL/ocaml-http/http_types.ml +++ b/helm/DEVEL/ocaml-http/http_types.ml @@ -175,6 +175,9 @@ exception Malformed_request_URI of string (** malformed request received *) exception Malformed_request of string + (** malformed response received, argument is response's first line *) +exception Malformed_response of string + (** a parameter you were looking for was not found *) exception Param_not_found of string