Client
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.
at line 26
RawResponseInterface
request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')
Send an HTTP request.