Module async_tls::client

source ·
Expand description

The client end of a TLS connection.

Structs

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