public function CurlFactoryInterface::create in Auth0 Single Sign On 8.2
Creates a cURL handle resource.
Parameters
RequestInterface $request Request:
array $options Transfer options:
Return value
Throws
\RuntimeException when an option cannot be applied
1 method overrides CurlFactoryInterface::create()
- CurlFactory::create in vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactory.php - Creates a cURL handle resource.
File
- vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactoryInterface.php, line 17
Class
Namespace
GuzzleHttp\HandlerCode
public function create(RequestInterface $request, array $options);