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

http_range: Parse Range strings with length #412

Open
sudhirj opened this issue Aug 14, 2023 · 0 comments
Open

http_range: Parse Range strings with length #412

sudhirj opened this issue Aug 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sudhirj
Copy link

sudhirj commented Aug 14, 2023

Description

gotd's http_range does not currently parse range headers of the form

content-range: bytes 100-200/1048576000

that come from 206 partial responses. Are we interested in a separate method that parses these? I can write one up.

References

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range - even the first example there isn't parsed by http_range right now.

@sudhirj sudhirj added the enhancement New feature or request label Aug 14, 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