We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now the only method we have is time based: number of seconds since the request was recorded.
perhaps we can use response headers, following https://github.com/sourcelevel/faraday-http-cache :
p.s.
Seems that the folowing are often found together:
cache-control
age
last-modified
if-modified-since
if-unmodified-since
etag
The text was updated successfully, but these errors were encountered:
APIs that send certain response headers to test against:
cache-control: public, max-age=3601
age: 0
age: 478
Cache-Control: no-cache
wikitaxa::wk_wikispecies
cache-control: private, must-revalidate, max-age=0
Cache-Control: private
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Expires: 0
Pragma: no-cache
ETag: W/"3eb-ZLtsaPeDQHcASdzjqCxnUQ"
Sorry, something went wrong.
No branches or pull requests
right now the only method we have is time based: number of seconds since the request was recorded.
perhaps we can use response headers, following https://github.com/sourcelevel/faraday-http-cache :
p.s.
Seems that the folowing are often found together:
cache-control
andage
last-modified
,if-modified-since
,if-unmodified-since
etag
The text was updated successfully, but these errors were encountered: