HttpClientSecurityOptions
in package
Read onlyYes
Table of Contents
Properties
- $sslVerifyHost : bool
- $sslVerifyPeer : bool
- $urlAllowAuthentication : bool
Methods
- __construct() : mixed
- 生成。
Properties
$sslVerifyHost
public
bool
$sslVerifyHost
= true
$sslVerifyPeer
public
bool
$sslVerifyPeer
= true
$urlAllowAuthentication
public
bool
$urlAllowAuthentication
= false
Methods
__construct()
生成。
public
__construct([bool $sslVerifyPeer = true ][, bool $sslVerifyHost = true ][, bool $urlAllowAuthentication = false ]) : mixed
Parameters
- $sslVerifyPeer : bool = true
- $sslVerifyHost : bool = true
- $urlAllowAuthentication : bool = false