sig
  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
end