function CurlFactoryInterface::create
Creates a cURL handle resource.
Parameters
RequestInterface $request Request:
array $options Transfer options:
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) : EasyHandle;