-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add simple streaming API #46
Labels
Comments
Also take connection hijacking into account for protocols that write outgoing data even after receiving the response headers. |
This feature will likely be resolved with #30. API draft:
|
This was referenced Apr 1, 2016
Merged
I've played around with several approaches to a sane streaming API while implementing this via #56:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An experimental streaming API has been implemented via #31. However, it's quite cumbersome to work with.
In particular, one still has to wait on a promise progress event until one can access a stream object.
Instead, we should add a simple API that returns a stream right away and then emits events on it once the HTTP response comes in.
The text was updated successfully, but these errors were encountered: