package gluten-lwt-unix

  1. Overview
  2. Docs

Module Client.TLSSource

include Gluten_lwt.Client with type socket = [ `Tls_not_available ]
Sourcetype t
Sourcetype socket = [
  1. | `Tls_not_available
]
Sourceval create : read_buffer_size:int -> protocol:'t Gluten.runtime -> 't -> socket -> t Lwt.t
Sourceval upgrade : t -> Gluten.impl -> unit
Sourceval shutdown : t -> unit Lwt.t
Sourceval is_closed : t -> bool
Sourceval socket : t -> socket
Sourceval create_default : ?alpn_protocols:string list -> Lwt_unix.file_descr -> socket Lwt.t
OCaml

Innovation. Community. Security.