Closed miere closed 8 years ago
Undertow currently supports HTTP 2.0 setting the UndertowOptions.ENABLE_HTTP2 server option to true. Therefore, it is possible to configure Kikaha to handle HTTP 2 request as shown at the configuration file bellow:
UndertowOptions.ENABLE_HTTP2
true
server: undertow: server-options: ENABLE_HTTP2: true
Undertow currently supports HTTP 2.0 setting the
UndertowOptions.ENABLE_HTTP2
server option totrue
. Therefore, it is possible to configure Kikaha to handle HTTP 2 request as shown at the configuration file bellow: