pquerna / cachecontrol

Golang HTTP Cache-Control Parser and Interpretation
Apache License 2.0
138 stars 17 forks source link

Experimental stale and immutable response directives #8

Closed AaronO closed 6 years ago

AaronO commented 6 years ago

These directives are supported by some CDNs (e.g: Fastly) and can be useful in proxies.

More info

You can read more about them here:

pquerna commented 6 years ago

Cool. Thank you for the PR.

Shouldn't immutable change the behavior of CachableResponse? As a first pass, just parsing it is great, but it points to actually doing the work in #1.