public extractHttpContextOptions ( ) : array | ||
return | array | HTTP context options. |
public findHeaders ( string $name ) : array | ||
$name | string | Header name. |
return | array | Headers. |
public setFollowLocation ( boolean $followLocation ) | ||
$followLocation | boolean |
public setIgnoreErrors ( boolean $ignoreErrors ) | ||
$ignoreErrors | boolean |
public setMaxRedirects ( integer $maxRedirects ) | ||
$maxRedirects | integer |
public setProtocolVersion ( float $protocolVersion ) | ||
$protocolVersion | float |
public setQueryParameters ( array $queryParameters ) | ||
$queryParameters | array |
public setRequestFullUri ( boolean $requestFullUri ) | ||
$requestFullUri | boolean |