Abstract
Interface
Methods |
public
abstract
create
(
Psr\Http\Message\RequestInterface
$request
,
array
$options
) :
GuzzleHttp\Handler\EasyHandle
Creates a cURL handle resource.
|
public
abstract
release
(
GuzzleHttp\Handler\EasyHandle
$easy
) :
void
Release an easy handle, allowing it to be reused or closed. This function must call unset on the easy handle's "handle" property. |