http4s-netty
http4s-netty copied to clipboard
Http4s on pure netty
## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
There is an incubation module we can start with [here](https://github.com/netty/netty-incubator-codec-http3) Examples are found in the tests - [ ] server - [ ] client
If content length is < configured chunk size, we should aggregate all chunks into one and emit a FullHttpMessage - [ ] client - [ ] server
I noticed the reactive-streams upgrade, and if I'm reading right, this project requires Java 11. This might be of interest on the new fs2: https://github.com/typelevel/fs2/pull/3102
http4s model does not handle continuation frames, so we need to convert that
Not fixed in this phab, but it looks like the idle timeout in HTTP/2 will only apply per-stream. I suspect we'd want it to apply for the whole session and...
Hi, are you interested in adding domain sockets support? they are very useful in handful of scenarios :) I already started working on this and it seems not too difficult...