reta opened a new pull request #861:
URL: https://github.com/apache/cxf/pull/861
Introduce HTTP/2 Transport: server-side support:
- jetty
- undertow
- netty (server)
Both H2 (HTTP/2 over TLS) and H2C (HTTP/2 over clear text) are supported.
The activation of the HTTP/2 support is controlled by `Bus` property
`org.apache.cxf.transports.http2.enabled` (`false` by default). The HTTP/2 is
optional and may require additional dependencies from the application developer.
At the moment, there are no HTTP/2 features exposed by the framework (server
push fe), only the fact that HTTP/2 could be used as transport (along with
HTTP/1.1).
- [ ] Add HTTP/2 test suite
- [ ] Add HTTP/2 examples
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]