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:
parent
445d54e3c8
commit
ef8aab57ee
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user