Module client

Expand description

TLS (Boring) client support for Rama.

Structs§

AutoTlsStream
A stream which can be either a secure or a plain stream.
TlsConnector
A connector which can be used to establish a connection to a server.
TlsConnectorData
Internal data used as configuration/input for the [super::HttpsConnector].
TlsConnectorLayer
A Layer which wraps the given service with a TlsConnector.
TlsStream
A stream which can be either a secure or a plain stream.

Functions§

tls_connect