Parameter Make.Http_module

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