You are here

public function CurlFactoryInterface::release in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

CurlFactoryInterface

Namespace

GuzzleHttp\Handler

Code

public function release(EasyHandle $easy);