-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Milestone
Description
Quite a few of the API endpoints take advantage of a streaming API.
We currently offer limited support for streaming incoming HTTP responses.
In the future, we should also look into streaming outgoing data even after having received the HTTP response header. This is relevant for attaching to read/write streams.
This depends on clue/reactphp-buzz#46.