Expand description
async-std
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.
- connect_
async - Connect to a given URL.
- connect_
async_ with_ config - Connect to a given URL with a given WebSocket configuration.
- connect_
async_ with_ tls_ connector - Connect to a given URL using the provided TLS connector.
- connect_
async_ with_ tls_ connector_ and_ config - Connect to a given URL using the provided TLS connector.
Type Aliases§
- Client
Stream - Type alias for the stream type of the
client_async()
functions. - Connect
Stream - Type alias for the stream type of the
connect_async()
functions.