imageproxy/third_party/httpcache
Will Norris 7502adde1c allow overriding cache directives in responses
Add a new `-minCacheDuration` flag to specify a minimum duration to
cache images for.

Updates #28
Updates #144
Fixes #207
Fixes #208
2025-04-30 01:33:37 -07:00
..
httpcache.go allow overriding cache directives in responses 2025-04-30 01:33:37 -07:00
LICENSE third_party/httpcache: add copy of parts of httpcache 2025-04-30 01:33:37 -07:00
README.md third_party/httpcache: add copy of parts of httpcache 2025-04-30 01:33:37 -07:00

httpcache is a copy of https://github.com/gregjones/httpcache with only the cache control header parsing logic.