zio-http
zio-http copied to clipboard
Support HTTP/2 via new netty driver
The current netty driver is HTTP/1.1 only. To support HTTP/2 we need a new driver.
We should do #3472 first to ensure a clean impl.
As mentioned in #642 we should probably benchmark against akka-http (or pekko)