Module frame

Source
Expand description

Structures for constructing raw WebSocket frames.

Structs§

CloseFrame
A struct representing the close command.
Frame
A struct representing a WebSocket frame.

Enums§

CloseCode
Status code used to indicate why an endpoint is closing the WebSocket connection.