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
use Content-Range headers to request rest of s9pk if connection closed before message completed.
Ideally, you can wrap a url in an object that implements AsyncRead and AsyncSeek.
The text was updated successfully, but these errors were encountered:
The start of implementing http_reader, issue #1644
f99b7d0
Feat: HttpReader (#1733)
6505c40
* The start of implementing http_reader, issue #1644 * structure done * v1 of http_reader * first http_header poc * Add AsyncSeek trait * remove import * move import * fix typo * add error checking for async seek * fix handling of positions * rename variables * Update backend/src/util/http_reader.rs Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> * clean up work * improve error handling, and change if statement. Co-authored-by: Stephen Chavez <stephen@start9labs.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
redragonx
Successfully merging a pull request may close this issue.
use Content-Range headers to request rest of s9pk if connection closed before message completed.
Ideally, you can wrap a url in an object that implements AsyncRead and AsyncSeek.
The text was updated successfully, but these errors were encountered: