Module raw_client

Module raw_client 

Source
Expand description

feature = "raw_client" Raw websocket interaction types.

Structs§

Handshake
Process the standard sbd handshake from the client side.
WsRawConnect
Connection info for creating a raw websocket connection.
WsRawRecv
The receive half of the websocket connection.
WsRawSend
The send half of the websocket connection.

Type Aliases§

AlterTokenCb
Alter token callback function signature.