Expand description
Methods to connect to a WebSocket as a client.
Traits§
- Into
Client Request - Trait for converting various types into HTTP requests used for a client connection.
Functions§
- client
- Do the client handshake over the given stream.
- client_
with_ config - Do the client handshake over the given stream given a web socket configuration. Passing
None
as configuration is equal to callingclient()
function. - connect
- Connect to the given WebSocket in blocking mode.
- connect_
with_ config - Connect to the given WebSocket in blocking mode.
- uri_
mode - Get the mode of the given URL.