summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/markdown/markdown.go
AgeCommit message (Collapse)Author
2019-06-20caddyhttp: ResponseRecorder type for middlewares to buffer responsesMatthew Holt
Unfortunately, templates and markdown require buffering the full response before it can be processed and written to the client
2019-06-14Rename caddy2 -> caddyMatthew Holt
Removes the version from the package name
2019-06-04Change import paths to GitHub package namesMatthew Holt
2019-05-23Add very simple markdown middleware for nowMatthew Holt