Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
GuzzleHttp\RedirectMiddleware Class Reference
Inheritance diagram for GuzzleHttp\RedirectMiddleware:
core\local\guzzle\redirect_middleware

Public Attributes

const HISTORY_HEADER = 'X-Guzzle-Redirect-History'
 
const STATUS_HISTORY_HEADER = 'X-Guzzle-Redirect-Status-History'
 

Static Public Attributes

static array $defaultSettings
 

Member Data Documentation

◆ $defaultSettings

array GuzzleHttp\RedirectMiddleware::$defaultSettings
static
Initial value:
= [
'max' => 5,
'protocols' => ['http', 'https'],
'strict' => false,
'referer' => false,
'track_redirects' => false,
]

The documentation for this class was generated from the following file: