You are here

public static property RedirectMiddleware::$defaultSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php \GuzzleHttp\RedirectMiddleware::defaultSettings

File

vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php, line 22

Class

RedirectMiddleware
Request redirect middleware.

Namespace

GuzzleHttp

Code

public static $defaultSettings = [
  'max' => 5,
  'protocols' => [
    'http',
    'https',
  ],
  'strict' => false,
  'referer' => false,
  'track_redirects' => false,
];