pub const GUID: &[u8; 36] = b"258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
Expand description
A globally unique identifier (GUID) for WebSocket connections.
This constant is used in the WebSocket handshake process to create
the Sec-WebSocket-Accept
header.