Http.Client_intf
type t
module Response : sig ... end
module Body : sig ... end
val request : method_:method_ -> uri:Uri.t -> ?headers:headers -> ?body:input_body -> t -> (Response.t * Body.t, http_failure) Stdlib.result