Closed calpaterson closed 1 month ago
This PR adds the RFC5861 headers (stale-while-revalidate and stale-if-error) to the werkzeug ResponseCacheControl class. This is done by just adding more properties.
stale-while-revalidate
stale-if-error
ResponseCacheControl
fixes #2948
(Haven't yet added all the right docs and so on, but will do so)
This PR adds the RFC5861 headers (
stale-while-revalidate
andstale-if-error
) to the werkzeugResponseCacheControl
class. This is done by just adding more properties.fixes #2948
(Haven't yet added all the right docs and so on, but will do so)