Expand description
feature = "raw_client" Raw websocket interaction types.
Structs§
- Handshake
- Process the standard sbd handshake from the client side.
- WsRaw
Connect - Connection info for creating a raw websocket connection.
- WsRaw
Recv - The receive half of the websocket connection.
- WsRaw
Send - The send half of the websocket connection.
Type Aliases§
- Alter
Token Cb - Alter token callback function signature.