1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 10:33:18 +01:00

Adding note that only streaming downloads is supported

This commit is contained in:
Michael Dowling 2013-03-05 18:07:35 -08:00
parent 445d54e3c8
commit ef8aab57ee

View File

@ -9,6 +9,8 @@ use Guzzle\Http\Url;
/**
* Factory used to create fopen streams using PHP's http and https stream wrappers
*
* Note: PHP's http stream wrapper only supports streaming downloads. It does not support streaming uploads.
*/
class PhpStreamRequestFactory implements StreamRequestFactoryInterface
{