]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/clientHTTP.mli
first moogle template checkin
[helm.git] / helm / ocaml / getter / clientHTTP.mli
index 59587edc285f41eb5e7e268dab6f7df8f18d3aa2..f45d63dda2692d5329e1cf970ebe9d8f5fa6cc5f 100644 (file)
@@ -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