module FTW::WebSocket::Constants

The UUID comes from: tools.ietf.org/html/rfc6455#page-23

The opcode definitions come from: tools.ietf.org/html/rfc6455#section-11.8

Constants

OPCODE_BINARY

Indication that this frame contains a binary message

OPCODE_CLOSE

Indication that this frame is a 'connection close' message

OPCODE_CONTINUATION

Indication that this frame is a continuation in a fragmented message See RFC6455 page 33.

OPCODE_PING

Indication that this frame is a 'ping' message

OPCODE_PONG

Indication that this frame is a 'pong' message

OPCODE_TEXT

Indication that this frame contains a text message

WEBSOCKET_ACCEPT_UUID

websocket uuid, used in hash signing of websocket responses (RFC6455)