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.