Skip to content

Instantly share code, notes, and snippets.

@JeroenVdb
Last active May 31, 2017 08:28
Show Gist options
  • Save JeroenVdb/1d56a1b7a2e401c94006f64cdc1d80db to your computer and use it in GitHub Desktop.
Save JeroenVdb/1d56a1b7a2e401c94006f64cdc1d80db to your computer and use it in GitHub Desktop.
Multiple ways of utilising HTTP/2 Server Push
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