mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-17 23:45:41 -05:00
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. |
||
---|---|---|
.. | ||
browse.go | ||
browselisting.go | ||
browsetpl.go | ||
matcher.go | ||
staticfiles.go | ||
staticfiles_test.go |