You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
Server Push is a HTTP/2 concept which allows the server to speculatively start sending resources to the client. This can potentially speed up initial page load times: the browser doesn't have to parse the HTML page and find out which other resources to load, instead the server can start sending them immediately. [(source)](http://blog.xebia.com/http2-server-push/)
9
9
10
10
This package aims to provide the _easiest_ experience for adding Server Push to your responses.
11
-
Simply route your requests through the middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS and JS assets.
11
+
Simply route your requests through the `AddHttp2ServerPush`middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS and JS assets.
0 commit comments