1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Find a file
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
cmd Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
modules caddyhttp: ResponseRecorder type for middlewares to buffer responses 2019-06-20 21:49:45 -06:00
pkg/caddyscript Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
.gitignore Add go module files 2019-05-06 17:26:05 -04:00
admin.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
admin_test.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
caddy.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
context.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
go.mod tls: Improve (and fix) on-demand configuration 2019-06-20 20:36:29 -06:00
go.sum tls: Improve (and fix) on-demand configuration 2019-06-20 20:36:29 -06:00
listeners.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
modules.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
modules_test.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
replacer.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
storage.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00