public function ClientInterface::getCurlMulti

Get the curl multi object to be used internally by the client for transferring requests.

Return value

CurlMultiInterface

1 method overrides ClientInterface::getCurlMulti()
Client::getCurlMulti in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Get the curl multi object to be used internally by the client for transferring requests.

File

drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php, line 258

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function getCurlMulti();