Module tungstenite::protocol::frame [−][src]
Utilities to work with raw WebSocket frames.
Modules
| coding |
Various codes defined in RFC 6455. |
Structs
| CloseFrame |
A struct representing the close command. |
| Frame |
A struct representing a WebSocket frame. |
| FrameHeader |
A struct representing a WebSocket frame header. |
| FrameSocket |
A reader and writer for WebSocket frames. |