(no description)
File Size: | 49 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CurlHandler:: (2 methods):
__construct()
__invoke()
Class: CurlHandler - X-Ref
HTTP handler that uses cURL easy handles as a transport layer.__construct(array $options = []) X-Ref |
Accepts an associative array of options: - handle_factory: Optional curl factory used to create cURL handles. param: array{handle_factory?: ?CurlFactoryInterface} $options Array of options to use with the handler |
__invoke(RequestInterface $request, array $options) X-Ref |
No description |