caddy/caddyconfig/httpcaddyfile
Matt Holt 6cea1f239d
push: Implement HTTP/2 server push (#3573)
* push: Implement HTTP/2 server push (close #3551)

* 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
..
addresses_fuzz.go ci: fuzz: switch engine from libfuzzer to native go-fuzz (#3194) 2020-03-26 18:20:34 -06:00
addresses_test.go httpcaddyfile: Don't lowercase placeholder contents (fixes #3264) 2020-04-14 16:11:46 -06:00
addresses.go httpcaddyfile: Don't lowercase placeholder contents (fixes #3264) 2020-04-14 16:11:46 -06:00
builtins_test.go httpcaddyfile: Be stricter about log syntax (#3419) 2020-05-15 15:57:16 -06:00
builtins.go httpcaddyfile: Add client_auth options to tls directive (#3335) 2020-06-05 12:19:36 -06:00
directives_test.go tests: Clean up redundant type declarations 2020-04-10 08:48:21 -06:00
directives.go push: Implement HTTP/2 server push (#3573) 2020-07-20 12:28:40 -06:00
httptype_test.go httpcaddyfile: Improve error on matcher declared outside site block (#3431) 2020-05-20 10:37:48 -06:00
httptype.go httpcaddyfile: Fix ordering of catch-all site blocks 2020-06-16 10:02:06 -06:00
options.go httpcaddyfile: New acme_eab option (#3492) 2020-06-12 13:37:56 -06:00
tlsapp.go httpcaddyfile: Reorder automation policy logic (close #3550) 2020-07-07 08:10:37 -06:00