Improve streaming API
clue opened this issue · 1 comments
clue commented
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.