Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] embedded welcomefiles+http2-push+gzip-static-content+rest-api configuration

Hi,

On Fri, Mar 15, 2019 at 9:18 PM James Northrup <jim@xxxxxxxxxxx> wrote:
>
> the results i presently experience work, using one of the earliest version of this post, but not having success inserting the h2 push cache.

The PushCacheFilter implementation that Jetty provides is based on the
Referer header and it's great for browser resources.

If you want to use HTTP/2 push with REST, you have to write your own
logic from scratch.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top