Open Monograph Press
3.3.0
CurlFactoryInterface.php
1
<?php
2
namespace
GuzzleHttp\Handler
;
3
4
use
Psr\Http\Message\RequestInterface
;
5
6
interface
CurlFactoryInterface
7
{
17
public
function
create
(
RequestInterface
$request, array $options);
18
26
public
function
release
(
EasyHandle
$easy);
27
}
Psr\Http\Message\RequestInterface
Definition:
vendor/psr/http-message/src/RequestInterface.php:24
GuzzleHttp\Handler
Definition:
CurlFactory.php:2
GuzzleHttp\Handler\CurlFactoryInterface\release
release(EasyHandle $easy)
GuzzleHttp\Handler\CurlFactoryInterface
Definition:
CurlFactoryInterface.php:6
GuzzleHttp\Handler\CurlFactoryInterface\create
create(RequestInterface $request, array $options)
GuzzleHttp\Handler\EasyHandle
Definition:
EasyHandle.php:14
plugins
paymethod
paypal
vendor
guzzlehttp
guzzle
src
Handler
CurlFactoryInterface.php
Generated on Fri Aug 28 2020 14:51:57 for Open Monograph Press by
1.8.17