eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\BuzzDriver::send PHP Method

send() public method

Send the request.
public send ( )
    public function send()
    {
        // prepare client
        $curl = new Curl();
        $curl->setTimeout(10);
        $curl->send($this->request, $this->response);
        $this->sent = true;
    }