-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support optional preload attributes
Support adding additional attributes to preload Link headers, to signal to downstream servers if the resources should be converted to HTTP/2 Server Push. The Preload specification defines "nopush" to signal that the downstream server should not push the resources.[0] Fastly also supports "x-http2-push-only"[1], other downstreams may implement other attributes. [0]: https://www.w3.org/TR/preload/#server-push-http-2 [1]: https://docs.fastly.com/guides/performance-tuning/http2-server-push [[email protected]: added commit message] Signed-off-by: [email protected]
- Loading branch information
1 parent
e1a09af
commit 7900bd5
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters