public function CurlFactoryInterface::release in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php \GuzzleHttp\Handler\CurlFactoryInterface::release()
Release an easy handle, allowing it to be reused or closed.
This function must call unset on the easy handle's "handle" property.
Parameters
EasyHandle $easy:
1 method overrides CurlFactoryInterface::release()
- CurlFactory::release in vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactory.php - Release an easy handle, allowing it to be reused or closed.
File
- vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactoryInterface.php, line 26
Class
Namespace
GuzzleHttp\HandlerCode
public function release(EasyHandle $easy);