Module Httpaf_lwt_unix.Client
include Httpaf_lwt.Client with type socket = Lwt_unix.file_descr and type runtime = Gluten_lwt_unix.Client.t
type socket= Lwt_unix.file_descrtype runtime= Gluten_lwt_unix.Client.ttype t={connection : Httpaf.Client_connection.t;runtime : runtime;}
val create_connection : ?config:Httpaf.Config.t -> socket -> t Lwt.tval request : t -> Httpaf.Request.t -> error_handler:Httpaf.Client_connection.error_handler -> response_handler:Httpaf.Client_connection.response_handler -> [ `write ] Httpaf.Body.tval shutdown : t -> unit Lwt.tval is_closed : t -> boolval upgrade : t -> Gluten.impl -> unit
module TLS : sig ... endmodule SSL : sig ... end