Expand description
Utilities to work with raw WebSocket frames.
Modules§
- coding
- Various codes defined in RFC 6455.
Structs§
- Close
Frame - A struct representing the close command.
- Frame
- A struct representing a WebSocket frame.
- Frame
Header - A struct representing a WebSocket frame header.
- Frame
Socket - A reader and writer for WebSocket frames.