Module salvo::listener::rustls[][src]

Expand description

tls module

Structs

Builder to set the configuration for the Tls server.

RustlsListener

RustlsListener

tokio_rustls::server::TlsStream doesn’t expose constructor methods, so we have to TlsAcceptor::accept and handshake to have access to it RustlsStream implements AsyncRead/AsyncWrite handshaking tokio_rustls::Accept first

Enums

Represents errors that can occur building the RustlsListener