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

Streamed read for binary HTTP #74

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Streamed read for binary HTTP #74

wants to merge 13 commits into from

Conversation

martinthomson
Copy link
Owner

This is far from ready.

It also requires an MSRV update to 1.82, which is brand new, so I don't want to say that this is ready to land.

Missing:

  • The writing part. It is likely possible to cobble something together from the synchronous API easily, so I didn't spend too much time on this, but that will have to be worked out.
  • Testing. The tests I have are basic smoke tests. I found a lot of missing coverage in a short time.
  • ohttp parts. That part should be fairly simple (it can probably reuse a lot of the Body implementation), but this is still likely to be non-trivial.

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 this pull request may close these issues.

1 participant