1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-04-24 16:32:02 +02:00
caddy/modules/caddyhttp/encode
Matt Holt 9343403358
Flatten HTTP handler config () ()
Differentiating middleware and responders has one benefit, namely that
it's clear which module provides the response, but even then it's not
a great advantage. Linear handler config makes a little more sense,
giving greater flexibility and simplifying the core a bit, even though
it's slightly awkward that handlers which are responders may not use
the 'next' handler that is passed in at all.
2019-07-11 15:32:34 -06:00
..
brotli go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
gzip go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
zstd go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
encode.go Flatten HTTP handler config () () 2019-07-11 15:32:34 -06:00