module Http_error: sig .. end
sig
end
exception Http_exception of int * string option * Http_headers.t option
int * string option * Http_headers.t option
val expl_of_code : int -> string
int -> string
val display_http_exception : exn -> unit
exn -> unit
val string_of_http_exception : exn -> string
exn -> string