package dream-httpaf

  1. Overview
  2. Docs
include Gluten_lwt.Client with type socket = Lwt_ssl.socket
type t
type socket = Lwt_ssl.socket
val create : read_buffer_size:int -> protocol:'t Gluten.runtime -> 't -> socket -> t Lwt.t
val upgrade : t -> Gluten.impl -> unit
val shutdown : t -> unit Lwt.t
val is_closed : t -> bool
val create_default : ?alpn_protocols:string list -> Lwt_unix.file_descr -> socket Lwt.t