class Client extends Client implements ClientInterface

Methods

bool
set(array $settings)

Set the client settings.

request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')

Send an HTTP request.

Details

at line 16
bool set(array $settings)

Set the client settings.

Parameters

array $settings

Return Value

bool

at line 26
RawResponseInterface request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')

Send an HTTP request.

Parameters

string $method
string $path
array $headers
string $contents
string $version

Return Value

RawResponseInterface