caddy/caddyconfig/httpcaddyfile
Matthew Holt 21643a007a
httpcaddyfile: Replace 'handler_order' option with 'order'
This allows individual directives to be ordered relative to others,
where order matters (for example HTTP handlers). Will primarily be
useful when developing new directives, so you don't have to modify the
Caddy source code. Can also be useful if you prefer that redir comes
before rewrite, for example. Note that these are global options. The
route directive can be used to give a specific order to a specific group
of HTTP handler directives.
2020-01-16 12:09:54 -07:00
..
addresses.go caddyfile: Less strict URL parsing; allows placeholders 2020-01-09 12:35:53 -07:00
addresses_fuzz.go fuzz: introduce continuous fuzzing for Caddy (#2723) 2019-10-25 18:52:16 -06:00
addresses_test.go caddyfile: Less strict URL parsing; allows placeholders 2020-01-09 12:35:53 -07:00
builtins.go v2: Implement Caddyfile enhancements (breaking changes) (#2960) 2020-01-09 14:00:32 -07:00
directives.go httpcaddyfile: Replace 'handler_order' option with 'order' 2020-01-16 12:09:54 -07:00
httptype.go httpcaddyfile: Replace 'handler_order' option with 'order' 2020-01-16 12:09:54 -07:00
options.go httpcaddyfile: Replace 'handler_order' option with 'order' 2020-01-16 12:09:54 -07:00
parser_test.go v2: Implement Caddyfile enhancements (breaking changes) (#2960) 2020-01-09 14:00:32 -07:00