summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/httpcache
AgeCommit message (Collapse)Author
2019-10-15caddyhttp: Improve ResponseRecorder to buffer headersMatthew Holt
2019-10-09http: Add work-in-progress cache handler moduleMatthew Holt
This migrates a feature that was previously reserved for enterprise users, according to https://github.com/caddyserver/caddy/issues/2786. The cache HTTP handler will be a high-performing, distributed cache layer for HTTP requests. Right now, the implementation is a very basic proof-of-concept, and further development is required.