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 to uncompress data based on Content-Encoding #85

Open
EduFrazao opened this issue Jun 14, 2024 · 1 comment
Open

Support to uncompress data based on Content-Encoding #85

EduFrazao opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@EduFrazao
Copy link

Feature
When downloading large files via HTTP/S, its a common pratice to compress some of them base on their compress ratio, like large JSON or other text files.

Motivation
Supporting decompression of common algorithms used by http servers, like gzip or deflate will bring a more user friendly feature and with the potential of speed up decompression as it can be done while streaming the current download.

Details
The only know alternative is uncompress the file after downloading it, checking their Content-Encoding.

@EduFrazao EduFrazao added the enhancement New feature or request label Jun 14, 2024
@alpha0010
Copy link
Owner

Auto transfer (de)compression should already be working transparently. Do you have more details on what is missing for your use case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants