Class RequestFactory
Used to produce PSR-7 Request instances.
Namespace: League\OAuth2\Client\Tool
Link: https://github.com/guzzle/guzzle/pull/1101
Located at src/Tool/RequestFactory.php
Link: https://github.com/guzzle/guzzle/pull/1101
Located at src/Tool/RequestFactory.php
public
|
#
getRequest( null|string $method, null|string $uri, array $headers = [], string|resource|StreamInterface $body = null, string $version = '1.1' )
Creates a PSR-7 Request instance. |
protected
array
|
|
public
|
#
getRequestWithOptions( null|string $method, null|string $uri, array $options = [] )
Creates a request using a simplified array of options. |