AcceptHash

Logic for working with the <code>Sec-WebSocket-Key</code> and <code>Sec-WebSocket-Accept</code> headers. <p> This is kept separate from Connection objects to facilitate difference in behavior between client and server, as well as making testing easier.

Members

Static functions

hashKey
string hashKey(string key)

Concatenate the provided key with the Magic GUID and return the Base64 encoded form.

Meta