0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules/caddyhttp
Matthew Holt 1c443beb9c caddyhttp: ResponseRecorder type for middlewares to buffer responses
Unfortunately, templates and markdown require buffering the full
response before it can be processed and written to the client
2019-06-20 21:49:45 -06:00
..
caddylog Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
encode Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
fileserver Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
headers Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
markdown caddyhttp: ResponseRecorder type for middlewares to buffer responses 2019-06-20 21:49:45 -06:00
requestbody Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
reverseproxy Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
rewrite Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
templates caddyhttp: ResponseRecorder type for middlewares to buffer responses 2019-06-20 21:49:45 -06:00
caddyhttp.go Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
caddyhttp_test.go Implement most of static file server; refactor and improve Replacer 2019-05-20 10:59:20 -06:00
errors.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
matchers.go caddyhttp: Fix host matching when host has a port 2019-06-20 20:24:46 -06:00
matchers_test.go caddyhttp: Fix host matching when host has a port 2019-06-20 20:24:46 -06:00
replacer.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
responsewriter.go caddyhttp: ResponseRecorder type for middlewares to buffer responses 2019-06-20 21:49:45 -06:00
routes.go Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
server.go Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
staticresp.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
staticresp_test.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
table.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00