imageproxy/third_party
Will Norris 1ceba2538c add -forceCache flag to override no-store and private directives
The httpcache package is intended only to be used in private caches, so
it will cache responses marked `private` like normal.  However,
imageproxy is a shared cache, so these response should not be cached
under normal circumstances.  This change introduces a potentially
breaking change to start respecting the `private` cache directive in
responses.

This also adds a new `-forceCache` flag to ignore the `private` and
`no-store` directives, and cache all responses regardless.
2025-05-01 02:54:36 -07:00
..
envy change envy package to avoid replace directive 2021-10-12 20:26:12 -07:00
http standardize copyright statements (Inc -> LLC) 2019-11-30 10:04:17 -08:00
httpcache add -forceCache flag to override no-store and private directives 2025-05-01 02:54:36 -07:00