constant RequestOptions::STREAM in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/RequestOptions.php \GuzzleHttp\RequestOptions::STREAM
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
GuzzleHttpCode
const STREAM = 'stream';