$handles
$handles : array
Creates curl resources from a request
create(\Psr\Http\Message\RequestInterface $request, array $options) : \GuzzleHttp\Handler\EasyHandle
Creates a cURL handle resource.
\Psr\Http\Message\RequestInterface | $request | Request |
array | $options | Transfer options |
release(\GuzzleHttp\Handler\EasyHandle $easy)
Release an easy handle, allowing it to be reused or closed.
This function must call unset on the easy handle's "handle" property.
\GuzzleHttp\Handler\EasyHandle | $easy |
getDefaultConf(\GuzzleHttp\Handler\EasyHandle $easy)
\GuzzleHttp\Handler\EasyHandle | $easy |
applyMethod(\GuzzleHttp\Handler\EasyHandle $easy, array $conf)
\GuzzleHttp\Handler\EasyHandle | $easy | |
array | $conf |
applyBody(\Psr\Http\Message\RequestInterface $request, array $options, array $conf)
\Psr\Http\Message\RequestInterface | $request | |
array | $options | |
array | $conf |
applyHeaders(\GuzzleHttp\Handler\EasyHandle $easy, array $conf)
\GuzzleHttp\Handler\EasyHandle | $easy | |
array | $conf |
applyHandlerOptions(\GuzzleHttp\Handler\EasyHandle $easy, array $conf)
\GuzzleHttp\Handler\EasyHandle | $easy | |
array | $conf |
createHeaderFn(\GuzzleHttp\Handler\EasyHandle $easy)
\GuzzleHttp\Handler\EasyHandle | $easy |