Feature description
It would be great if we would have only_if_cached similar to how it's implemented in the requests-cache library.
See here
Use case
I don't want to make an actual request to the server if the content is already cached or even if it's not cached a 504 Not Cached response is more desirable that actually sending a request to the site.
My usecase is rate-limited APIs that have a quota which I don't want waste.
Workarounds
Not that I know of
Plan to implement
I don't have the time to look into this right now sadly.