Module Http_frame.Http_error


module Http_error: sig .. end

exception Http_exception of int * string option
val expl_of_code : int -> string
val display_http_exception : exn -> unit
val string_of_http_exception : exn -> string