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