Module async_tungstenite::async_std
source · [−]Expand description
async-std
integration.
Functions
Creates a WebSocket handshake from a request and a stream,
upgrading the stream to TLS if required.
Creates a WebSocket handshake from a request and a stream,
upgrading the stream to TLS if required and using the given
WebSocket configuration.
Creates a WebSocket handshake from a request and a stream,
upgrading the stream to TLS if required and using the given
connector.
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 to a given URL.
Connect to a given URL with a given WebSocket configuration.
Connect to a given URL using the provided TLS connector.
Connect to a given URL using the provided TLS connector.
Type Definitions
Type alias for the stream type of the
client_async()
functions.Type alias for the stream type of the
connect_async()
functions.