Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | caddyhttp: Support `respond` with HTTP 103 Early Hints (#5006) | Matt Holt | |
* caddyhttp: Support sending HTTP 103 Early Hints This adds support for early hints in the static_response handler. * caddyhttp: Don't record 1xx responses | |||
2021-12-02 | caddyhttp: Make logging of credential headers opt-in (#4438) | Francis Lavoie | |
2020-07-20 | push: Implement HTTP/2 server push (#3573) | Matt Holt | |
* 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 |