Module H2_lwt_unix__.Ssl_io

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