public function CurlMultiInterface::remove

Remove a request from the pool.

Parameters

RequestInterface $request Request to remove:

Return value

CurlMultiInterface

1 method overrides CurlMultiInterface::remove()
CurlMulti::remove in drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
Remove a request from the pool.

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php, line 55

Class

CurlMultiInterface
Interface for sending a pool of {

Namespace

Guzzle\Http\Curl

Code

public function remove(RequestInterface $request);