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
Adding accept-encoding to the request will make Vespa compress the response, which can reduce latency for cross-region query traffic:
Accept-Encoding: gzip
The text was updated successfully, but these errors were encountered:
This is the default behavior for both httpx and requests. See They will also be decompressed automatically. See #883
httpx
requests
Any gzip and deflate HTTP response encodings will automatically be decoded for you.
Requests automatically decompresses gzip-encoded responses, and does its best to decode response content to unicode when possible.
Sorry, something went wrong.
thomasht86
No branches or pull requests
Adding accept-encoding to the request will make Vespa compress the response, which can reduce latency for cross-region query traffic:
Accept-Encoding: gzip
The text was updated successfully, but these errors were encountered: