public function ClientInterface::setConfig

Set the configuration object to use with the client

Parameters

array|Collection|string $config Parameters that define how the client behaves and connects to a: webservice. Pass an array or a Collection object.

Return value

ClientInterface

1 method overrides ClientInterface::setConfig()
Client::setConfig in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Set the configuration object to use with the client

File

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

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function setConfig($config);