We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gotd's http_range does not currently parse range headers of the form
gotd
http_range
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.
206
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
gotd
'shttp_range
does not currently parse range headers of the formthat 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.
The text was updated successfully, but these errors were encountered: