Open hamadodene opened 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
Original issue #181
Note: Http2 will also need to be supported on the client side.
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