Expand description
Methods to connect to a WebSocket as a client.
Structs§
- Builder for a custom
IntoClientRequest
with options to add custom additional headers and sub protocols.
Traits§
- Trait for converting various types into HTTP requests used for a client connection.
Functions§
- Do the client handshake over the given stream.
- Do the client handshake over the given stream given a web socket configuration. Passing
None
as configuration is equal to callingclient()
function. - Connect to the given WebSocket in blocking mode.
- Connect to the given WebSocket in blocking mode.
- Get the mode of the given URL.