caddy/modules/caddyhttp
Matt Holt 9343403358
Flatten HTTP handler config (#2662) (#2663)
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
..
caddylog go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
encode Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
fileserver Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
headers go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
markdown go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
requestbody go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
reverseproxy go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
rewrite Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
templates Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
caddyhttp.go Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
errors.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
matchers_test.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
matchers.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
replacer.go Add path components to HTTP replacer 2019-07-08 16:46:55 -06:00
responsewriter.go Add license 2019-06-30 16:07:58 -06:00
routes.go Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
server.go Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
staticresp_test.go Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
staticresp.go Flatten HTTP handler config (#2662) (#2663) 2019-07-11 15:32:34 -06:00
table.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00