GuzzleAdapter
in package
implements
ClientAdapterInterface
Client adaptor for Guzzle library
Interfaces, Classes, Traits and Enums
- ClientAdapterInterface
Table of Contents
- __construct() : mixed
- Setups Guzzle params for client
Methods
__construct()
Setups Guzzle params for client
public
__construct(array<string|int, mixed> $guzzleOptions) : mixed
Parameters
- $guzzleOptions : array<string|int, mixed>
-
Guzzle client options
See https://docs.guzzlephp.org/en/stable/request-options.html
Opton HTTP_ERRORS will be enforced to false for this lib work