Module handshake

Source

Functions§

accept_async
Used for accepting websocket connections as a server.
accept_async_with_config
Same as accept_async, with an additional argument for custom websocket connection configurations.
connect_async
Used for connecting as a client to a websocket endpoint.
connect_async_with_config
Same as connect_async, with an additional argument for custom websocket connection configurations.

Type Aliases§

Result