Module tls

Source
Available on crate feature http2 only.
Expand description

The module handles requests over TLS via Rustls.

Structs§

TlsAcceptor
Type to intercept Tls incoming connections.
TlsConfigBuilder
Builder to set the configuration for the Tls server.
TlsStream
TlsStream implements AsyncRead/AsyncWrite handshaking tokio_rustls::Accept first.

Enums§

TlsConfigError
Represents errors that can occur building the TlsConfig