WyriHaximus / react-guzzle-http-client

Meta package for ReactPHP HttpClient adapters/handles for Guzzle 4, 5, and 6.
MIT License
10 stars 8 forks source link

Feature Parity - Guzzle 6 - Sink Option - Multiple Types #2

Open shaunbramley opened 8 years ago

shaunbramley commented 8 years ago

As per Sink Request Option Guzzle 6 Handlers will accept

as valid values for the save_to / sink.

Currently the save_to / sink functionality of WyriHaximus\React\Guzzle\HttpClient\Request::saveTo() will only accept a 'sink' value of string (path to file on disk)