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

Consider implementing Stream for Request / Response #107

Closed
carllerche opened this issue Aug 8, 2017 · 1 comment
Closed

Consider implementing Stream for Request / Response #107

carllerche opened this issue Aug 8, 2017 · 1 comment

Comments

@carllerche
Copy link
Collaborator

Consider implementing Stream for Request<T> / Response<T> where T: Stream.

This could be an optional dependency on the futures crate.

@seanmonstar
Copy link
Member

Considering the instability of futures, this should probably not be considered for a couple years, so I'm going to close for now. That said, with request.into_body(), it seems trivial to get the Stream out.

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

No branches or pull requests

2 participants