You are here

public function CurlFactoryInterface::create in Lockr 7.3

Creates a cURL handle resource.

Parameters

RequestInterface $request Request:

array $options Transfer options:

Return value

EasyHandle

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

CurlFactoryInterface

Namespace

GuzzleHttp\Handler

Code

public function create(RequestInterface $request, array $options);