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 transparent compression in HTTP resource providers #593

Open
mmarx opened this issue Jan 15, 2025 · 0 comments
Open

Support transparent compression in HTTP resource providers #593

mmarx opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request io
Milestone

Comments

@mmarx
Copy link
Member

mmarx commented Jan 15, 2025

Unless loading an already-compressed file, the HTTP resource provider should set an Accept-Encoding: gzip header and, depending on the Content-Encoding header of the response, transparently upgrade the resource to gzip compression.

We should also have some integration tests for this, preferably without relying on actual internet connectivity (because that would break the nix build).

@mmarx mmarx added enhancement New feature or request io labels Jan 15, 2025
@mmarx mmarx added this to the Release 0.8.0 milestone Jan 15, 2025
@mmarx mmarx added this to nemo Jan 15, 2025
@github-project-automation github-project-automation bot moved this to Todo in nemo Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request io
Projects
Status: Todo
Development

No branches or pull requests

1 participant