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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ protected $middleware = [
30
30
31
31
## Usage
32
32
33
+
When you route a request through the `AddHttp2ServerPush` middleware, the response is scanned for any `link` or `script` tags that could benefit from being loaded using Server Push.
34
+
These assets will be added to the `Link` header before sending the response to the client. Easy!
35
+
33
36
## Change log
34
37
35
38
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments