caddy/modules
Matthew Holt 9639fe7d28
header: caddyfile: Defer header operations for deletions or manually
See https://caddy.community/t/caddy-server-that-returns-only-ip-address-as-text/6928/6?u=matt

In most cases, we will want to apply header operations immediately,
rather than waiting until the response is written. The exceptions are
generally going to be if we are deleting a header field or if a field is
to be overwritten. We now automatically defer header ops if deleting a
header field, and allow the user to manually enable deferred mode with
the defer subdirective.
2020-02-04 11:05:32 -07:00
..
caddyhttp header: caddyfile: Defer header operations for deletions or manually 2020-02-04 11:05:32 -07:00
caddytls v2: only compare TLS protocol versions if both are set (#3005) 2020-02-03 09:25:32 -07:00
filestorage v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924) 2019-12-10 13:36:46 -07:00
logging logging: Add doc about which fields can't be filtered 2020-01-03 15:28:05 -07:00
standard cmd: Move module imports into standard packages 2019-11-04 12:13:21 -07:00