Module static_web_server::tls

source ·
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