apple / swift-nio-http2

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

Add an article about multiplexing #465

Closed glbrntt closed 2 days ago

glbrntt commented 3 days ago

Motivation:

It's hard to keep track of all the pieces that do multiplexing. When making some changes I found myself writing down what each piece did and how they fit together. I think this is generally useful information for anyone maintaining the library.

Modifications:

Result:

Easier to learn about how multiplexing is done