caddy/caddyhttp
ericdreeves 36d2027493 browse: Use helper functions in staticfiles to redirect (#1497)
* Use helper functions in staticfiles to redirect.

Previously the browse package invoked staticfiles.Redirect when
redirecting clients who requested a directory but with a Request-URI
that did not contain a trailing '/'. staticfiles.Redirect only used a
relative URI. This change defers the decision of how to format the
Location header value to the helper methods in the staticfiles package.

* Update const URLPathCtxKey in browse package.
2017-03-15 10:17:12 -06:00
..
2017-02-08 09:23:33 -07:00
2016-09-05 10:20:34 -06:00
2017-02-08 09:23:33 -07:00
2017-03-14 09:57:08 -06:00
2016-09-05 10:20:34 -06:00