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.
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 https://github.com/clue/php-buzz-react/issues/46.