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
If we use ETAGs to make conditional requests then the 304 Not Modified responses do not count against our API limit.
ETAG
304 Not Modified
This could make our API requests faster and use up less of our API limit.
The text was updated successfully, but these errors were encountered:
This is already provided by OkHttpConnector when you have caching enabled. I've improved the behavior recently but it was already present.
OkHttpConnector
Sorry, something went wrong.
No branches or pull requests
If we use
ETAG
s to make conditional requests then the304 Not Modified
responses do not count against our API limit.This could make our API requests faster and use up less of our API limit.
The text was updated successfully, but these errors were encountered: