No HTTP upgrade path for WebSocket connections. Would need:
- A new handler type for WebSocket connections
- The WebSocket handshake (SHA-1 hash of Sec-WebSocket-Key)
- A frame codec (masking, opcodes, fragmentation)
- Integration with the event loop for bidirectional messaging
No HTTP upgrade path for WebSocket connections. Would need: