Skip to content
New issue

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

Support gzip content encoding #730

Open
alahiff opened this issue Feb 27, 2025 · 0 comments
Open

Support gzip content encoding #730

alahiff opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels
ready for testing This issue has been fixed and is ready for testing
Milestone

Comments

@alahiff
Copy link
Collaborator

alahiff commented Feb 27, 2025

Please consider adding a header Accept-Encoding: gzip for GET requests. This will cause the server to return gzipped JSON responses, for content > 1000 bytes currently. The requests module should automatically deal with uncompressing it, so adding the header is literally all that is required.

The server supports this for all endpoints, but of course will be most beneficial for responses containing lots of data, e.g. large numbers of runs, large numbers of metrics.

(Not yet deployed on nightly, I'll update this issue once this is done).

@wk9874 wk9874 self-assigned this Feb 28, 2025
@wk9874 wk9874 added the in progress Work is being done to resolve this issue label Feb 28, 2025
@wk9874 wk9874 added this to the v2.0.0-rc1 milestone Mar 3, 2025
@wk9874 wk9874 added in review This issue is resolved in a Pull Request which is being reviewed ready for testing This issue has been fixed and is ready for testing and removed in progress Work is being done to resolve this issue in review This issue is resolved in a Pull Request which is being reviewed labels Mar 3, 2025
@wk9874 wk9874 assigned alahiff and unassigned wk9874 Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for testing This issue has been fixed and is ready for testing
Projects
None yet
Development

No branches or pull requests

2 participants