Available on crate feature
http2
only.Expand description
The module handles requests over TLS via Rustls.
Structs§
- TlsAcceptor
- Type to intercept Tls incoming connections.
- TlsConfig
Builder - Builder to set the configuration for the Tls server.
- TlsStream
- TlsStream implements AsyncRead/AsyncWrite handshaking tokio_rustls::Accept first.
Enums§
- TlsConfig
Error - Represents errors that can occur building the TlsConfig