public function ClientInterface::setBaseUrl

Set the base URL of the client

Parameters

string $url The base service endpoint URL of the webservice:

Return value

ClientInterface

1 method overrides ClientInterface::setBaseUrl()
Client::setBaseUrl in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Set the base URL of the client

File

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

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function setBaseUrl($url);