Crate tls_api_not_tls

Source
Expand description

Fake implementation of TLS API: returned streams are not TLS streams, but wrapped plain socket streams.

Can be useful for tests or to measure the overhead of TLS.

Use at your own risk.

Structsยง

TlsAcceptor
TlsAcceptorBuilder
TlsConnector
TlsConnectorBuilder
TlsStream