1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
caddy/modules/caddyhttp
2019-05-10 21:07:02 -06:00
..
caddylog Initial commit of Storage, TLS, and automatic HTTPS implementations 2019-04-25 13:54:48 -06:00
reverseproxy Add reverse proxy 2019-05-04 10:49:50 -06:00
staticfiles Initial commit of Storage, TLS, and automatic HTTPS implementations 2019-04-25 13:54:48 -06:00
caddyhttp.go Rough implementation of auto HTTP->HTTPS redirects 2019-05-07 09:56:18 -06:00
caddyhttp_test.go Add some tests and fix vet warning 2019-05-07 10:15:46 -06:00
errors.go Begin implementing error handling and re-handling 2019-04-11 20:42:55 -06:00
matchers.go caddyhttp: Implement better HTTP matchers including regexp; add tests 2019-05-10 21:07:02 -06:00
matchers_test.go caddyhttp: Implement better HTTP matchers including regexp; add tests 2019-05-10 21:07:02 -06:00
replacer.go caddyhttp: Implement better HTTP matchers including regexp; add tests 2019-05-10 21:07:02 -06:00
responsewriter.go caddyhttp: Implement better HTTP matchers including regexp; add tests 2019-05-10 21:07:02 -06:00
routes.go caddyhttp: Implement better HTTP matchers including regexp; add tests 2019-05-10 21:07:02 -06:00
staticresp.go Rough implementation of auto HTTP->HTTPS redirects 2019-05-07 09:56:18 -06:00