Flow PHP

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

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

        
On this page

Search results