Module handshake

Source
Expand description

WebSocket handshake control.

Modules§

client
Client handshake machine.
headers
HTTP Request and response header handling.
machine
WebSocket handshake machine.
server
Server handshake machine.

Structs§

MidHandshake
A WebSocket handshake.

Enums§

HandshakeError
A handshake result.

Traits§

HandshakeRole
Handshake role.

Functions§

derive_accept_key
Derive the Sec-WebSocket-Accept response header from a Sec-WebSocket-Key request header.