• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.incH A D29-Oct-20211.1 KiB287

README.mdH A D29-Oct-2021518 1711

server_push_preload.ccH A D29-Oct-20215.4 KiB180133

README.md

1Parse origin response Link headers and use H2 Server Push to initiate push requests of assets that have the preload keyword.
2
3https://www.w3.org/TR/preload/
4
5This plugin can be used as a global plugin or a remap plugin.
6
7To use it as a global plugin for all your remaps, add this line to your `plugins.config` file:
8
9```
10server_push_preload.so
11```
12
13To use it as a remap plugin add it to one of your remaps in the `remap.config` file:
14
15```
16map https://foo.cow.com/ https://bar.cow.com @plugin=server_push_preload.so
17```