You are here

constant RequestOptions::STREAM in Lockr 7.3

stream: Set to true to attempt to stream a response rather than download it all up-front.

File

vendor/guzzlehttp/guzzle/src/RequestOptions.php, line 222

Class

RequestOptions
This class contains a list of built-in Guzzle request options.

Namespace

GuzzleHttp

Code

const STREAM = 'stream';