You are here

public function ClientInterface::send in Lockr 7.3

Send an HTTP request.

Parameters

RequestInterface $request Request to send:

array $options Request options to apply to the given: request and to the transfer.

Return value

ResponseInterface

Throws

GuzzleException

1 method overrides ClientInterface::send()
Client::send in vendor/guzzlehttp/guzzle/src/Client.php
Send an HTTP request.

File

vendor/guzzlehttp/guzzle/src/ClientInterface.php, line 27

Class

ClientInterface
Client interface for sending HTTP requests.

Namespace

GuzzleHttp

Code

public function send(RequestInterface $request, array $options = []);