Method | Description | |
---|---|---|
__destruct ( ) | ||
addRequestHeader ( $name, $value, $override = true ) | ||
authenticate ( HTTPAuthenticator $authenticator ) | ||
close ( ) | ||
execute ( $path = '/', $method = HTTPRequestMethod::GET ) | ||
getResponse ( ) | ||
open ( HTTPConnection $httpConnection ) | ||
setParameter ( string $name, string $value ) | ||
setRequestBody ( $requestBody ) |
public authenticate ( HTTPAuthenticator $authenticator ) | ||
$authenticator | HTTPAuthenticator |
public setParameter ( string $name, string $value ) | ||
$name | string | Nome do parâmetro. |
$value | string | Valor do parâmetro. |