Module client

Expand description

TLS 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].
TlsConnectorDataBuilder
[ClientConfigBuilder] can be used to construct rustls::ClientConfig for most common use cases in Rama.
TlsConnectorLayer
A Layer which wraps the given service with a TlsConnector.

Functions§

client_root_certs
self_signed_client_auth