Module static_web_server::tls

source ·
Available on crate feature http2 only.
Expand description

The module handles requests over TLS via Rustls.

Structs§

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

Enums§