Module tk_http::websocket
[−]
[src]
Websocket support stuff
Websockets are initiated by server implementation, this module only contains websocket message types and similar stuff.
Modules
| client |
Websocket client implementation |
Structs
| Accept |
The |
| ClientCodec |
Websocket codec for use with tk-bufstream |
| Config |
Configuration of a |
| Error |
Websocket Error works both for client and server connections |
| Key |
The |
| Loop |
This is a helper for running websockets |
| ServerCodec |
Websocket codec for use with tk-bufstream in |
Enums
| Frame |
A borrowed frame of websocket data |
| Packet |
A websocket packet |
Constants
| GUID |
WebSocket GUID constant (provided by spec) |
Traits
| Dispatcher |
Dispatches messages received from websocket |