Copied!
AbstractInterface
Methods
public abstract create(Psr\Http\Message\RequestInterface $request, array $options) : GuzzleHttp\Handler\EasyHandle
 

Creates a cURL handle resource.

  • param \RequestInterface $request Request
  • param array $options Transfer options
  • throws \RuntimeException when an option cannot be applied
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.

© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration