WyriHaximus / ReactGuzzle

ReactPHP HttpClient Adapter for Guzzle
MIT License
34 stars 5 forks source link

Progress object #4

Open WyriHaximus opened 10 years ago

WyriHaximus commented 10 years ago

Enhance the progress callback with an progress object holding the response object and the latest data chunk. It will also keep track on how much of the data has been downloaded this far.

An optional thing that can be done is to implement ArrayAccess so it can still be used as an array.