You are here

constant RequestOptions::DECODE_CONTENT in Auth0 Single Sign On 8.2

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';