FileAccess Orion

Request
in package

Class Request.

Table of Contents

$client  : ClientInterface
$config  : array<string|int, mixed>
__construct()  : mixed
filterResponse()  : mixed
{@inheritdoc}
setConfig()  : mixed
createRequest()  : RequestInterface

Properties

$config

protected array<string|int, mixed> $config

Methods

filterResponse()

{@inheritdoc}

public filterResponse(mixed $content) : mixed
Parameters
$content : mixed
Return values
mixed

setConfig()

public setConfig(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>
Return values
mixed

createRequest()

protected createRequest(string $url[, string $method = 'GET' ]) : RequestInterface
Parameters
$url : string
$method : string = 'GET'
Tags
deprecated

This method is not used anymore and will be removed with version 6. Use \GuzzleHttp\Psr7\Request directly instead

Return values
RequestInterface

Search results