Phue\Transport\Adapter\AdapterInterface::send PHP Method

send() public method

Sends request
public send ( string $address, string $method, string $body = null ) : string
$address string Request path
$method string Request method
$body string Body data
return string Result
    public function send($address, $method, $body = null);