Opening this issue to discuss adding WebSocket support to HTTP Server, and what the best API shape for it should be: a method on RequestContext to opt into the upgrade, a dedicated handler type, reusing the existing upgrade path, or something else — and whether the handler gets raw WebSocketFrames or a higher-level message API.
Opening this issue to discuss adding WebSocket support to HTTP Server, and what the best API shape for it should be: a method on RequestContext to opt into the upgrade, a dedicated handler type, reusing the existing upgrade path, or something else — and whether the handler gets raw WebSocketFrames or a higher-level message API.