Expand description
async-tls
integration.
Functions§
- client_
async_ tls - Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required.
- client_
async_ tls_ with_ config - Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given WebSocket configuration.
- client_
async_ tls_ with_ connector - Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given connector.
- client_
async_ tls_ with_ connector_ and_ config - Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given connector and WebSocket configuration.
Type Aliases§
- Client
Stream - Type alias for the stream type of the
client_async()
functions.