Module Cohttp_lwt_unix.Net

Basic satisfaction of Cohttp_lwt.Net

module IO : sig ... end
type ctx = {
ctx : Conduit_lwt_unix.ctx;
resolver : Resolver_lwt.t;
}
val sexp_of_ctx : ctx -> Ppx_sexp_conv_lib.Sexp.t
val init : ?⁠ctx:Conduit_lwt_unix.ctx -> ?⁠resolver:Resolver_lwt.t -> unit -> ctx
val default_ctx : ctx
val connect_uri : ctx:ctx -> Uri.t -> (Conduit_lwt_unix.flow * Conduit_lwt_unix.ic * Conduit_lwt_unix.oc) Lwt.t
val close_in : 'a Lwt_io.channel -> unit
val close_out : 'a Lwt_io.channel -> unit
val close : 'a Lwt_io.channel -> 'b Lwt_io.channel -> unit