swift-nio-http2
swift-nio-http2 copied to clipboard
Support extended CONNECT
RFC 8441 defines "extended CONNECT", which is primarily useful for implementing websockets-over-HTTP/2. We right now do not support this, but we'd like to. This shouldn't be too much work.