Module Gluten_lwt_unix.Client
include Gluten_lwt.Client with type socket = Lwt_unix.file_descr
type ttype socket= Lwt_unix.file_descr
val create : read_buffer_size:int -> protocol:'t Gluten.runtime -> 't -> socket -> t Lwt.tval upgrade : t -> Gluten.impl -> unitval shutdown : t -> unit Lwt.tval is_closed : t -> bool
module TLS : sig ... endmodule SSL : sig ... end