Module client
Expand description
TLS client support for Rama.
Structs§
- Auto
TlsStream - 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.
- TlsConnector
Data - Internal data used as configuration/input for the [
super::HttpsConnector
]. - TlsConnector
Data Builder - [
ClientConfigBuilder
] can be used to constructrustls::ClientConfig
for most common use cases in Rama. - TlsConnector
Layer - A
Layer
which wraps the given service with aTlsConnector
.