Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Add support for nopush attribute #8

Open
ebidel opened this issue May 2, 2016 · 0 comments
Open

Add support for nopush attribute #8

ebidel opened this issue May 2, 2016 · 0 comments

Comments

@ebidel
Copy link
Contributor

ebidel commented May 2, 2016

https://w3c.github.io/preload/#server-push-http-2

Link: </app/style.css>; rel=preload; as=style; nopush
Link: </app/script.js>; rel=preload; as=script

The above example indicates to an HTTP/2 push capable server that /app/style.css should not be pushed (e.g. the origin may have additional information indicating that it may already be in cache), while /app/script.js should be considered as a candidate for server push.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant