Crate cataclysm_ws

Source
Expand description

§Auxiliary crate for websocket support in cataclysm

All structures of this crate are exported on cataclysm

Structs§

Frame
Frame structure from websockets connection
WebSocketCustomChild
WebSocketReader
Runner thread for a websockets connection
WebSocketStream
Wrapper structure of a tcp stream with some websockets utilities
WebSocketWriter
Sending part of web sockets connection

Enums§

Error
Errors thrown by this library
FrameParseError
Error indicating a frame parsing error
Message
Message structure contained in a frame

Traits§

WebSocketThread
Trait necessary to start a ws read-processing thread