Open Journal Systems  3.3.0
Omnipay\Common\Http\Client Class Reference
Inheritance diagram for Omnipay\Common\Http\Client:
Omnipay\Common\Http\ClientInterface

Public Member Functions

 __construct ($httpClient=null, RequestFactory $requestFactory=null)
 
 request ( $method, $uri, array $headers=[], $body=null, $protocolVersion='1.1')
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Omnipay\Common\Http\Client::__construct (   $httpClient = null,
RequestFactory  $requestFactory = null 
)

Member Function Documentation

◆ request()

Omnipay\Common\Http\Client::request (   $method,
  $uri,
array  $headers = [],
  $body = null,
  $protocolVersion = '1.1' 
)
Parameters
$method
$uri
array$headers
string | array | resource | StreamInterface | null$body
string$protocolVersion
Returns
ResponseInterface
Exceptions

Implements Omnipay\Common\Http\ClientInterface.

Definition at line 53 of file vendor/omnipay/common/src/Common/Http/Client.php.


The documentation for this class was generated from the following file: