Class Client
HTTP client
Methods summary
public
|
|
public
|
#
makeRequest( string $path, string $method, array $parameters = array(), integer $timeout = 30 )
Make HTTP request |
Magic methods summary
Constants summary
string |
METHOD_GET
|
#
'GET'
|
string |
METHOD_POST
|
#
'POST'
|
Properties summary
protected
mixed
|
$url
|
|
protected
mixed
|
$defaultParameters
|