aiohttp-client-cache icon indicating copy to clipboard operation
aiohttp-client-cache copied to clipboard

Add option to return stale cache data if there is an error sending a new request

Open JWCook opened this issue 4 years ago • 0 comments

Similar to existing stale_if_error option in requests-cache.

This should also include support for Cache-Control: stale-if-error (allowed in both request and response headers).

JWCook avatar Mar 30 '21 19:03 JWCook