Hacker News new | ask | show | jobs
by bhldr 3427 days ago
On my phone, so unfortunately no reference, but there is a HTTP 2 spec underway that allows a client to send a cache manifest frame. A server can then push the resources that are newer. Pretty much exactly what's needed.
1 comments

Unless we're talking about different things, cache manifest is an HTML 5 feature designed to enable websites to work offline. That's quite different from HTTP-level caching, which would be applicable to any files/resources and designed primarily with performance and bandwidth savings in mind. I might be unaware of some relevant HTTP 2 features, though.
Definitely a different thing. This is a HTTP 2 frame, sent by a client
Could you post a link to the relevant part of the spec or some article dealing with this feature?