Module websocket

Module websocket 

Source

Structs§

RawFrame
Raw data representation of a frame
Websocket
Websocket abstraction responsible for framing and masking data

Enums§

Error
FrameKind
Describes the type of frame of a RawFrame

Traits§

WebsocketService
Trait for providing and running a websocket handler.
WebsocketServiceExport
Used to allow Boxing of WebsocketService, there may be a better method to allow storing of multiple State associated types.

Type Aliases§

WebsocketFn