RequestOptions
Table of Contents
Properties
-
$baseUrl
: string|null
-
$extraHeaders
: array<string|int, mixed>|null
-
$idempotencyKey
: string|null
-
$maxRetries
: int|null
-
$timeout
: int|null
Methods
-
__construct()
: mixed
$baseUrl
read-only
public
string|null
$baseUrl
= null
public
array<string|int, mixed>|null
$extraHeaders
= null
$idempotencyKey
read-only
public
string|null
$idempotencyKey
= null
$maxRetries
read-only
public
int|null
$maxRetries
= null
$timeout
read-only
public
int|null
$timeout
= null
__construct()
public
__construct([array<string|int, mixed>|null $extraHeaders = null ][, string|null $idempotencyKey = null ][, int|null $timeout = null ][, string|null $baseUrl = null ][, int|null $maxRetries = null ]) : mixed
Parameters
-
$extraHeaders
: array<string|int, mixed>|null
= null
-
-
$idempotencyKey
: string|null
= null
-
-
$timeout
: int|null
= null
-
-
$baseUrl
: string|null
= null
-
-
$maxRetries
: int|null
= null
-