Last active
May 31, 2017 08:28
-
-
Save JeroenVdb/1d56a1b7a2e401c94006f64cdc1d80db to your computer and use it in GitHub Desktop.
Multiple ways of utilising HTTP/2 Server Push
This file contains hidden or 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
Browser -> Web Server -> Web Application | |
Request -> | |
Request -> | |
--- Waiting for response --- | |
<- Response with | |
Link: main.css; rel=preload | |
<- Response with | |
Link: main.css; rel=preload | |
<- Push main.css | |
<- Push main.css | |
<- Response with Link: main.css; rel=preload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment