Module rejection

Source
Expand description

WebSocket specific rejections.

Structs§

ConnectionNotUpgradable
Rejection type for WebSocketUpgrade.
InvalidConnectionHeader
Rejection type for WebSocketUpgrade.
InvalidProtocolPseudoheader
Rejection type for WebSocketUpgrade.
InvalidUpgradeHeader
Rejection type for WebSocketUpgrade.
InvalidWebSocketVersionHeader
Rejection type for WebSocketUpgrade.
MethodNotConnect
Rejection type for WebSocketUpgrade.
MethodNotGet
Rejection type for WebSocketUpgrade.
WebSocketKeyHeaderMissing
Rejection type for WebSocketUpgrade.

Enums§

WebSocketUpgradeRejection
Rejection used for WebSocketUpgrade.