apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
465 stars 82 forks source link

Reinstate Async Channel API #423

Closed rnro closed 1 year ago

rnro commented 1 year ago

Motivation:

We previously removed Async Channel SPI to allow a clean release without adding dependency on NIO code which was subject to change, however that code is now ready to be promoted to API.

Modifications:

Result:

rnro commented 1 year ago

https://github.com/apple/swift-nio-http2/pull/424