Module hyper_server::tls_rustls::future
source · Available on crate feature
tls-rustls
only.Expand description
Module containing futures specific to the rustls
TLS acceptor for the server.
This module primarily provides the RustlsAcceptorFuture
which is responsible for performing the TLS handshake
using the rustls
library.
Structs
- A future representing the asynchronous TLS handshake using the
rustls
library.