Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($httpClient=null, RequestFactory $requestFactory=null) | |
request ( $method, $uri, array $headers=[], $body=null, $protocolVersion='1.1') | |
Definition at line 17 of file vendor/omnipay/common/src/Common/Http/Client.php.
Omnipay\Common\Http\Client::__construct | ( | $httpClient = null , |
|
RequestFactory | $requestFactory = null |
||
) |
Definition at line 38 of file vendor/omnipay/common/src/Common/Http/Client.php.
References Http\Discovery\HttpClientDiscovery\find(), and Http\Discovery\MessageFactoryDiscovery\find().
Omnipay\Common\Http\Client::request | ( | $method, | |
$uri, | |||
array | $headers = [] , |
||
$body = null , |
|||
$protocolVersion = '1.1' |
|||
) |
$method | ||
$uri | ||
array | $headers | |
string | array | resource | StreamInterface | null | $body | |
string | $protocolVersion |
Implements Omnipay\Common\Http\ClientInterface.
Definition at line 53 of file vendor/omnipay/common/src/Common/Http/Client.php.