Module machine

Source
Expand description

WebSocket handshake machine.

Structs§

AttackCheck 🔒
Attack mitigation. Contains counters needed to prevent DoS attacks and reject valid but useless headers.
HandshakeMachine
A generic handshake state machine.

Enums§

HandshakeState 🔒
The handshake state.
RoundResult
The result of the round.
StageResult
The result of the stage.

Traits§

TryParse
The parseable object.