class RequestMediator

Mediator between curl handles and request objects

Hierarchy

Expanded class hierarchy of RequestMediator

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php, line 10

Namespace

Guzzle\Http\Curl
View source

Members

Namesort descending Modifiers Type Description Overrides
RequestMediator::$curlHandle protected property
RequestMediator::$emitIo protected property
RequestMediator::$request protected property
RequestMediator::progress public function Received a progress notification
RequestMediator::readRequestBody public function Read data from the request body and send it to curl
RequestMediator::receiveResponseHeader public function Receive a response header from curl
RequestMediator::setCurlHandle public function Set the associated CurlHandle object
RequestMediator::writeResponseBody public function Write data to the response body of a request
RequestMediator::__construct public function