Module async_tls::server

source ·
Expand description

The server end of a TLS connection.

Structs

  • The server end of a TLS connection. Can be used like any other bidirectional IO stream. Wraps the underlying TCP stream.