Overview

Namespaces

  • Docta
    • MercadoLibre
      • OAuth2
        • Client
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
    • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Token
        • Tool
  • Psr
    • Http
      • Message

Classes

  • CurlFactory
  • CurlHandler
  • CurlMultiHandler
  • MockHandler
  • Proxy
  • StreamHandler

Interfaces

  • CurlFactoryInterface
  • Overview
  • Namespace
  • Class
  • Download

Interface CurlFactoryInterface

Direct known implementers

GuzzleHttp\Handler\CurlFactory
Namespace: GuzzleHttp\Handler
Located at src/Handler/CurlFactoryInterface.php
Methods summary
public EasyHandle
# create( Psr\Http\Message\RequestInterface $request, array $options )

Creates a cURL handle resource.

Creates a cURL handle resource.

Parameters

$request
Request
$options
Transfer options

Returns

EasyHandle

Throws

RuntimeException
when an option cannot be applied
public
# release( GuzzleHttp\Handler\EasyHandle $easy )

Release an easy handle, allowing it to be reused or closed.

Release an easy handle, allowing it to be reused or closed.

This function must call unset on the easy handle's "handle" property.

Parameters

$easy
MercadoLibre Provider for OAuth 2.0 Client API documentation generated by ApiGen