Skullabs / kikaha

A fast middleware designed for microservices
https://skullabs.github.io/kikaha/
Apache License 2.0
59 stars 13 forks source link

Add HTTP 2.0 support #146

Closed miere closed 8 years ago

miere commented 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:

server:
  undertow:
    server-options:
      ENABLE_HTTP2: true