Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php24 public const STATUS_HISTORY_HEADER = 'X-Guzzle-Redirect-Status-History'; define in GuzzleHttp\\RedirectMiddleware
132 $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER);
137 ->withHeader(self::STATUS_HISTORY_HEADER, $statusHeader);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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);