71    public function send($method, $parameters = array(), $body = 
null)
 
   75        if (!empty($parameters)) {
 
   76            if (strpos(
$url, 
'?') === 
false) {
 
   81            foreach ($parameters as 
$name => $value) {
 
   82                $url .= $sep . urlencode(
$name) . 
'=' . urlencode($value);
 
   86        if (!$this->
unsigned) {
 
   95        if (
$http->send() && !empty(
$http->response)) {
 
   96            $http->responseJson = json_decode(
$http->response);
 
An exception for terminatinating execution or to throw for unit testing.
Class to represent an HTTP message.