eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\BuzzDriver::send PHP 메소드

send() 공개 메소드

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;
    }