Table of Contents
-
VERSION
= '6.5.5'
-
getConfig()
: mixed
-
request()
: mixed
-
requestAsync()
: mixed
-
send()
: mixed
-
sendAsync()
: mixed
VERSION
public
mixed
VERSION
= '6.5.5'
getConfig()
public
getConfig([mixed $option = null ]) : mixed
Parameters
-
$option
: mixed
= null
-
Return values
mixed
—
request()
public
request(mixed $method, mixed $uri[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$method
: mixed
-
-
$uri
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
Return values
mixed
—
requestAsync()
public
requestAsync(mixed $method, mixed $uri[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$method
: mixed
-
-
$uri
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
Return values
mixed
—
send()
public
send(requestInterface $request[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$request
: requestInterface
-
-
$options
: array<string|int, mixed>
= []
-
Return values
mixed
—
sendAsync()
public
sendAsync(requestInterface $request[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$request
: requestInterface
-
-
$options
: array<string|int, mixed>
= []
-
Return values
mixed
—