Module tls_stream_wrapper

Source
Expand description

Stream Wrappers for SSL to extend support for some consuming Library use cases.

Structsยง

SslStreamWrapper
A wrapper for an SslStream that allows cloning and sending between multiple tasks/threads. In most cases you will not need this, but some consumers (such as tide listeners) rely on this behaviour.