ratpack / ratpack

Lean & powerful HTTP apps
https://ratpack.io
Other
1.94k stars 396 forks source link

Support for HTTP/2 #1002

Open danhyun opened 8 years ago

danhyun commented 8 years ago

We should upgrade Ratpack to integrate Netty's HTTP/2 support

Some samples: https://github.com/netty/netty/blob/4.1/codec-http2/src/test/java/io/netty/handler/codec/http2/HttpToHttp2ConnectionHandlerTest.java

We'll need to figure out how to integrate the users's ability to keep sending data into the Execution model.

niwinz commented 8 years ago

Related #824

metabrain commented 7 years ago

+1.

Would be useful to those that would like to squeeze every millisecond possible out of a request.

christoph-daehne commented 6 years ago

This would be awesome :)

vijaycse commented 6 years ago

Is this something planned ?

nssrinath commented 2 years ago

Any inputs on ratpack's HTTP/2 support ? Is it in plan or in near milestones, as HTTP/2 is adopted widely now (https://w3techs.com/technologies/history_overview/site_element/all/y). ?