constant RequestOptions::DECODE_CONTENT in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/RequestOptions.php \GuzzleHttp\RequestOptions::DECODE_CONTENT
decode_content: (bool, default=true) Specify whether or not Content-Encoding responses (gzip, deflate, etc.) are automatically decoded.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 88
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const DECODE_CONTENT = 'decode_content';