Expand description

Module for interacting with WebSocket APIs.

Structs

A struct to request the WebSocketConnection to perform a reconnect.
A struct that holds a websocket connection.

Enums

Possible WebSocket errors.
An enum that represents a websocket message.

Traits

A trait which is used to handle events on the WebSocketConnection.