Module Client.Conn

include module type of struct include Cohttp_async.Client.Connection end
type t = Cohttp_async__Client.Connection.t
val close : t -> unit Async_kernel.Deferred.t
val is_closed : t -> bool
val request : ?body:Cohttp_async.Body.t -> t -> Cohttp.Request.t -> (Cohttp.Response.t * Cohttp_async.Body.t) Async_kernel.Deferred.t
val close_finished : t -> unit Async_kernel__.Deferred0.t
val connect : Uri.t -> t Async_kernel.Deferred.t