Overview

Namespaces

  • Baguette
    • Mastodon
      • Config
      • Entity
      • Grant
      • Service
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
  • Psr
    • Http
      • Message
  • Teto
    • Object

Classes

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

Interfaces

  • CurlFactoryInterface
  • Overview
  • Namespace
  • Class

Interface CurlFactoryInterface

Direct known implementers

GuzzleHttp\Handler\CurlFactory
Namespace: GuzzleHttp\Handler
Located at 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
ξ ^ω^)ξ Baguette PHP Mastodon API Client / SDK API documentation generated by ApiGen