You are here

constant RequestOptions::DECODE_CONTENT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

GuzzleHttp

Code

const DECODE_CONTENT = 'decode_content';