public function RequestInterface::setClient

Set the client used to transport the request

Parameters

ClientInterface $client:

Return value

RequestInterface

1 method overrides RequestInterface::setClient()
Request::setClient in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Set the client used to transport the request

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 47

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function setClient(ClientInterface $client);