CurlTransportConfig
Read onlyYes
FinalYes
Properties
- $caInfoPath : string|null
- $compression : bool
- $connectTimeout : int
- $endpoint : string
- $followRedirects : bool
- $headers : array<string|int, mixed>
- $maxRedirects : int
- $proxy : string|null
- $serializer : SerializerType
- $sslCertPath : string|null
- $sslKeyPath : string|null
- $sslVerifyHost : bool
- $sslVerifyPeer : bool
- $timeout : int
Methods
- __construct() : mixed
Properties
$caInfoPath
public
string|null
$caInfoPath
$compression
public
bool
$compression
$connectTimeout
public
int
$connectTimeout
$endpoint
public
string
$endpoint
$followRedirects
public
bool
$followRedirects
$headers
public
array<string|int, mixed>
$headers
$maxRedirects
public
int
$maxRedirects
$proxy
public
string|null
$proxy
$serializer
public
SerializerType
$serializer
$sslCertPath
public
string|null
$sslCertPath
$sslKeyPath
public
string|null
$sslKeyPath
$sslVerifyHost
public
bool
$sslVerifyHost
$sslVerifyPeer
public
bool
$sslVerifyPeer
$timeout
public
int
$timeout
Methods
__construct()
public
__construct(string $endpoint, array<string, string> $headers, int $timeout, int $connectTimeout, bool $compression, bool $followRedirects, int $maxRedirects, string|null $proxy, bool $sslVerifyPeer, bool $sslVerifyHost, string|null $sslCertPath, string|null $sslKeyPath, string|null $caInfoPath, SerializerType $serializer) : mixed
Parameters
- $endpoint : string
- $headers : array<string, string>
- $timeout : int
- $connectTimeout : int
- $compression : bool
- $followRedirects : bool
- $maxRedirects : int
- $proxy : string|null
- $sslVerifyPeer : bool
- $sslVerifyHost : bool
- $sslCertPath : string|null
- $sslKeyPath : string|null
- $caInfoPath : string|null
- $serializer : SerializerType