Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | cache: Make peer addresses configurable | Matthew Holt | |
2019-10-15 | caddyhttp: Improve ResponseRecorder to buffer headers | Matthew Holt | |
2019-10-09 | http: Add work-in-progress cache handler module | Matthew 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. |