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

Class CurlHandler

HTTP handler that uses cURL easy handles as a transport layer.

When using the CurlHandler, custom curl options can be specified as an associative array of curl option constants mapping to values in the curl key of the "client" key of the request.

Namespace: GuzzleHttp\Handler
Located at src/Handler/CurlHandler.php
Methods summary
public
# __construct( array $options = [] )

Accepts an associative array of options:

Accepts an associative array of options:

  • factory: Optional curl factory used to create cURL handles.

Parameters

$options
Array of options to use with the handler
public
# __invoke( Psr\Http\Message\RequestInterface $request, array $options )
MercadoLibre Provider for OAuth 2.0 Client API documentation generated by ApiGen