\ManaPHP\Http\ClientRequest

Summary

Methods
Properties
Constants
__construct()
jsonSerialize()
$method
$url
$headers
$body
$options
$process_time
$remote_ip
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$method

$method : string

Type

string

$url

$url : string

Type

string

$headers

$headers : array

Type

array

$body

$body : string|array

Type

string|array

$options

$options : array

Type

array

$process_time

$process_time : float

Type

float

$remote_ip

$remote_ip : string

Type

string

Methods

__construct()

__construct(string  $method, string|array  $url, string|array  $body, array  $headers, array  $options) 

Parameters

string $method
string|array $url
string|array $body
array $headers
array $options

jsonSerialize()

jsonSerialize()