public string $encryptionDefaultKey
public string $encryptionDefaultCipher
public string $encryptionHeader
private int $connectionTimeout
public string $certPassphrase
private bool $autoRedirect
private array $redirectMethods
public string $encryptionKey
public string $encryptionCipher
public __construct({Array})
Parameter | Type | Description |
---|
$localCert | string | |
$passphrase | string | |
Parameter | Type | Description |
---|
$username | string | |
$password | string | |
public authorisation({Array})
Parameter | Type | Description |
---|
$auth | Adapter | |
public setHeader({Array})
Parameter | Type | Description |
---|
$header | string | |
$value | string | |
Parameter | Type | Description |
---|
$url | string | |
Parameter | Type | Description |
---|
$url | URL | |
$redirectLimit | int | |
$offset | int | |
$maxlen | int | |
Parameter | Type | Description |
---|
$url | URL | |
$redirectLimit | int | |
Parameter | Type | Description |
---|
$url | URL | |
$data | mixed | |
$dataType | string | |
$redirectLimit | int | |
Parameter | Type | Description |
---|
$url | URL | |
Parameter | Type | Description |
---|
$url | URL | |
Send a request to the desination host.
Parameter | Type | Description |
---|
$request | Request | The request to send |
$redirectLimit | int | The number of allowed redirects. To disable |
automated redirects on this request, set to FALSE. |
public getCookies({Array})
Parameter | Type | Description |
---|
$ | string | |
public getCookie({Array})
Parameter | Type | Description |
---|
$name | string | |
public hasCookie({Array})
Parameter | Type | Description |
---|
$name | string | |
public deleteCookie({Array})
Parameter | Type | Description |
---|
$name | string | |
public setCookie({Array})
Parameter | Type | Description |
---|
$cookie | string | |
public cacheCookie({Array})
Parameter | Type | Description |
---|
$cache | Cache | |
$cacheAll | bool | |
public uncacheCookie({Array})
Parameter | Type | Description |
---|
$cache | Cache | |
public deleteCookies({Array})
public disableRedirect({Array})
public enableEncryption({Array})
Parameter | Type | Description |
---|
$key | string | |
$cipher | string | |
private applyCookies({Array})
Parameter | Type | Description |
---|
$request | Request | |
Generated by Hazaar API Doc Generator