public function RequestInterface::getClient

Get the client used to transport the request

Return value

ClientInterface $client

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

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getClient();