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 multiple ranges in single range header #16

Open
zachsa opened this issue May 5, 2023 · 1 comment
Open

Support multiple ranges in single range header #16

zachsa opened this issue May 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zachsa
Copy link
Collaborator

zachsa commented May 5, 2023

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range

curl -H "Range: bytes=200-1000, 2000-6576, 19000-" https://...
@zachsa zachsa added the enhancement New feature or request label May 5, 2023
zachsa added a commit that referenced this issue Jun 26, 2023
…update and delete existing files (#22) and started refactoring to allow for multiple range headers (#16)
@zachsa
Copy link
Collaborator Author

zachsa commented Jul 10, 2023

Some basic work has been done here, next is to rewrite the GET file code to handle streaming multiple parts of a file. This is unlikely to be done in the near future

zachsa added a commit that referenced this issue Jul 10, 2023
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

1 participant