CurlHandler
in package
HTTP handler that uses cURL easy handles as a transport layer.
When using the CurlHandler, custom curl options can be specified as an associative array of curl option constants mapping to values in the curl key of the "client" key of the request.
Table of Contents
- $factory : CurlFactoryInterface
- __construct() : mixed
- Accepts an associative array of options:
- __invoke() : mixed
Properties
$factory
private
CurlFactoryInterface
$factory
Methods
__construct()
Accepts an associative array of options:
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
- factory: Optional curl factory used to create cURL handles.
Parameters
- $options : array<string|int, mixed> = []
-
Array of options to use with the handler
Return values
mixed —__invoke()
public
__invoke(RequestInterface $request, array<string|int, mixed> $options) : mixed
Parameters
- $request : RequestInterface
- $options : array<string|int, mixed>