Make.Httpc
module IO : IO with type 'a t = 'a IO.t
type t
val create : unit -> t
val cleanup : t -> unit
val send : t -> attempt_descr:string -> url:string -> headers:(string * string) list -> decode:[ `Dec of Pbrt.Decoder.t -> 'a | `Ret of 'a ] -> string -> ('a, error) result IO.t
Send a HTTP request.
included in error message if this fails