File: README.md

package info (click to toggle)
trafficserver 9.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 53,008 kB
  • sloc: cpp: 345,484; ansic: 31,134; python: 24,200; sh: 7,271; makefile: 3,045; perl: 2,261; java: 277; pascal: 119; sql: 94; xml: 2
file content (17 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Parse origin response Link headers and use H2 Server Push to initiate push requests of assets that have the preload keyword.

https://www.w3.org/TR/preload/

This plugin can be used as a global plugin or a remap plugin.

To use it as a global plugin for all your remaps, add this line to your `plugins.config` file:

```
server_push_preload.so
```

To use it as a remap plugin add it to one of your remaps in the `remap.config` file:

```
map https://foo.cow.com/ https://bar.cow.com @plugin=server_push_preload.so
```