X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2FclientHTTP.mli;h=f45d63dda2692d5329e1cf970ebe9d8f5fa6cc5f;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=59587edc285f41eb5e7e268dab6f7df8f18d3aa2;hpb=5a92117eeff70048d29e91ba24e113155d956e1b;p=helm.git diff --git a/helm/ocaml/getter/clientHTTP.mli b/helm/ocaml/getter/clientHTTP.mli index 59587edc2..f45d63dda 100644 --- a/helm/ocaml/getter/clientHTTP.mli +++ b/helm/ocaml/getter/clientHTTP.mli @@ -23,7 +23,7 @@ * http://cs.unibo.it/helm/. *) -exception HttpClientError of exn * string;; +exception HttpClientError of string * string;; (* reason, uri *) val send : string -> unit val get : string -> string val get_and_save : string -> string -> unit