diennea / carapaceproxy

A Distributed Java Reverse Proxy
Apache License 2.0
24 stars 8 forks source link

HTTP/2 - Enable http2 H2 #410

Open hamadodene opened 1 year ago

hamadodene commented 1 year ago

As the second step of https://github.com/diennea/carapaceproxy/issues/181 , we can implement http2 H2 support. See https://projectreactor.io/docs/netty/release/reference/index.html#_http2 for more info.

As with #409, it must be possible to specify H2 protocol support on the listener.

H2 will need to be supported for https listeners only

hamadodene commented 1 year ago

Original issue #181

hamadodene commented 1 year ago

Note: Http2 will also need to be supported on the client side.