Get the curl multi object to be used internally by the client for transferring requests.
Overrides ClientInterface::getCurlMulti
public function getCurlMulti() {
if (!$this->curlMulti) {
$this->curlMulti = CurlMulti::getInstance();
}
return $this->curlMulti;
}