Module tungstenite::protocol

source ·
Expand description

Generic WebSocket message stream.

Re-exports

Modules

  • Utilities to work with raw WebSocket frames.
  • message 🔒

Structs

Enums

  • An enum representing the various forms of a WebSocket message.
  • Indicates a Client or Server role of the websocket
  • The current connection state.

Traits

  • Translate “Connection reset by peer” into ConnectionClosed if appropriate.