Erlend Hamnaberg
Erlend Hamnaberg
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
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...
https://github.com/IndiscriminateCoding/jetty4s/blob/dev/server/src/main/scala/jetty4s/server/JettyServerBuilder.scala#L78
We should use sbt-circe-org here to make sure we are consistent in the build setup
Use 0.11.1 for both
We should archive this repository since we have a deprecation notice here now
pure-scala yaml parser, which also has parsers for js and native