The WebSocket magic GUID used in the handshake (RFC 6455 §4.2.2).
Equations
- Network.WebSockets.webSocketGUID = "258EAFA5-E914-47DA-95CA-5AB5DC76B45B"
Instances For
Compute the WebSocket accept key from the client's Sec-WebSocket-Key. $$\text{acceptKey}(k) = \text{base64}(\text{SHA-1}(k \mathbin\Vert \text{GUID}))$$
Equations
Instances For
Build the HTTP 101 Switching Protocols response for WebSocket upgrade.
Equations
- One or more equations did not get rendered due to their size.