Home
last modified time | relevance | path

Searched refs:STATUS_HISTORY_HEADER (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php22 const STATUS_HISTORY_HEADER = 'X-Guzzle-Redirect-Status-History'; define in GuzzleHttp\\RedirectMiddleware
134 $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER);
138 ->withHeader(self::STATUS_HISTORY_HEADER, $statusHeader);