public function CurlHandle::getUrl

Get the URL that this handle is connecting to

Return value

Url

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php, line 369

Class

CurlHandle
Immutable wrapper for a cURL handle

Namespace

Guzzle\Http\Curl

Code

public function getUrl() {
  return Url::factory($this->options
    ->get(CURLOPT_URL));
}