Module protocol

Module protocol 

Source
Expand description

WebSocket protocol constants and utilities

This module contains the fundamental protocol definitions from RFC 6455, including opcodes, frame header bits, and protocol constants.

Modules§

constants
WebSocket protocol constants
extensions
WebSocket extension parameters
frame
Frame header bit positions and masks
http_header
HTTP header names (lowercase for consistency)
http_method
HTTP methods
http_status
HTTP status codes used in WebSocket handshake
http_value
HTTP header values
utils
Utility functions for WebSocket protocol operations

Enums§

Opcode
WebSocket opcodes as defined in RFC 6455 Section 5.2