Constant GUID

Source
pub const GUID: &'static [u8; 36];
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.