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

Implement HEAD followed by GET to reduce traffic when headers are present #299

Open
rom1504 opened this issue Apr 24, 2023 · 1 comment · May be fixed by #307
Open

Implement HEAD followed by GET to reduce traffic when headers are present #299

rom1504 opened this issue Apr 24, 2023 · 1 comment · May be fixed by #307

Comments

@rom1504
Copy link
Owner

rom1504 commented Apr 24, 2023

Or implement that with a different python http library that allow pausing before downloading

@raincoastchris
Copy link
Contributor

raincoastchris commented May 3, 2023

FWIW requests supports this, via requests.get(..., stream=True): https://requests.readthedocs.io/en/latest/user/advanced/#body-content-workflow

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

Successfully merging a pull request may close this issue.

2 participants