Expand description

Methods to connect to a WebSocket as a client.

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 calling client() function.

Connect to the given WebSocket in blocking mode.

Connect to the given WebSocket in blocking mode.

Get the mode of the given URL.