Module tungstenite::protocol::frame

source ·
Expand description

Utilities to work with raw WebSocket frames.

Modules

Structs

  • A struct representing the close command.
  • A struct representing a WebSocket frame.
  • FrameCodec 🔒
    A codec for WebSocket frames.
  • A struct representing a WebSocket frame header.
  • A reader and writer for WebSocket frames.