1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-11 08:09:02 +01:00
Commit graph

2 commits

Author SHA1 Message Date
WilczyńskiT
2642bd72b7
Replace strings.Index usages with strings.Cut () 2022-08-04 11:17:35 -06:00
Matt Holt
6cea1f239d
push: Implement HTTP/2 server push ()
* push: Implement HTTP/2 server push (close )

* push: Abstract header ops by embedding into new struct type

This will allow us to add more fields to customize headers in
push-specific ways in the future.

* push: Ensure Link resources are pushed before response is written

* Change header name from X-Caddy-Push to Caddy-Push
2020-07-20 12:28:40 -06:00