http4s-netty icon indicating copy to clipboard operation
http4s-netty copied to clipboard

Http4s on pure netty

Results 27 http4s-netty issues
Sort by recently updated
recently updated
newest added

## 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...

Adds http/3 support for client

enhancement

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

enhancement

If content length is < configured chunk size, we should aggregate all chunks into one and emit a FullHttpMessage - [ ] client - [ ] server

good first issue

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...