package gluten-lwt-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Gluten_lwt.Client with type socket = [ `Ssl_not_available ]
type t
type socket = [
  1. | `Ssl_not_available
]
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 socket : t -> socket
val create_default : ?alpn_protocols:string list -> Lwt_unix.file_descr -> socket Lwt.t