Bristol SU Support Package
|
Public Member Functions | |
request ($method, $uri, array $options=[]) | |
Represents a request client to make requests
Definition at line 8 of file Client.php.
BristolSU\Support\Connection\Contracts\Client\Client::request | ( | $method, | |
$uri, | |||
array | $options = [] |
||
) |
Make a request
string | $method | Method used for the request |
string | $uri | URL of the request |
array | $options | Options to pass to the request |
Implemented in BristolSU\Support\Connection\Client\CachedClientDecorator, and BristolSU\Support\Connection\Client\GuzzleClient.