Bristol SU Support Package
Public Member Functions | List of all members
BristolSU\Support\Connection\Contracts\Client\Client Interface Reference
Inheritance diagram for BristolSU\Support\Connection\Contracts\Client\Client:
Inheritance graph
[legend]

Public Member Functions

 request ($method, $uri, array $options=[])
 

Detailed Description

Represents a request client to make requests

Definition at line 8 of file Client.php.

Member Function Documentation

◆ request()

BristolSU\Support\Connection\Contracts\Client\Client::request (   $method,
  $uri,
array  $options = [] 
)

Make a request

Parameters
string$methodMethod used for the request
string$uriURL of the request
array$optionsOptions to pass to the request
Returns
mixed Response
Exceptions

Implemented in BristolSU\Support\Connection\Client\CachedClientDecorator, and BristolSU\Support\Connection\Client\GuzzleClient.


The documentation for this interface was generated from the following file: