Skip to content

Commit 982ab66

Browse files
authored
update with http2 push support
1 parent 85d77e2 commit 982ab66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
This library replaces the style/script tags from the input html source code and returns plain html code ready for output.
55
Loading is done asynchronously for both javascript/css.
66

7+
**Added HTTP2 Push support.**
78

89
### Usage
910
```
1011
$webphpack = new WebPHPack($htmlsource);
1112
$webphpack->caching = true;
13+
$webphpack->httpush = true;
1214
$webphpack->combineJS();
1315
$webphpack->combineCSS();
1416
$webphpack->output();

0 commit comments

Comments
 (0)