Expand description
TLS client support for Rama.
Structsยง
- A stream which can be either a secure or a plain stream.
- A connector which can be used to establish a connection to a server.
- Internal data used as configuration/input for the [
super::HttpsConnector
]. - A
Layer
which wraps the given service with aTlsConnector
.