Module Gluten_lwt_unix__.Tls_io

type descriptor = [
| `Tls_not_available
]
module Io : Gluten_lwt.IO with type socket = descriptor and type addr = Unix.sockaddr
val make_client : ?⁠alpn_protocols:'a -> 'b -> [> `Tls_not_available ] Lwt.t
val make_server : ?⁠alpn_protocols:'a -> certfile:'b -> keyfile:'c -> 'd -> 'e Lwt.t