Module client
Expand description
TLS (Boring) 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
Layer - A
Layer
which wraps the given service with aTlsConnector
. - TlsStream
- A stream which can be either a secure or a plain stream.