jetty.project/jetty-servlets
Simone Bordet 48b1f9f3f1 Implemented HTTP/2 push functionality.
A PushCacheFilter contains the logic to associate secondary resources
to primary resources.
PushCacheFilter calls a Jetty-specific API on the request dispatcher:
Dispatcher.push(ServletRequest). This is a technology preview of the
push functionality slated for Servlet 4.0.
The push() invocation arrives to the transport and it is converted to
HTTP/2 specific PUSH_PROMISE, along with the mechanism to simulate
the request for the secondary resource.
2014-08-14 23:05:35 +02:00
..
src Implemented HTTP/2 push functionality. 2014-08-14 23:05:35 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00