interface HttpClientInterface (View source)

Interface HttpClientInterface.

Methods

mixed
send($url, $method, array $headers = array(), array $options = array(), int $timeOut = 30, bool|false $isAsyncRequest = false, int $connectTimeOut = 10)

No description

Details

at line 21
mixed send($url, $method, array $headers = array(), array $options = array(), int $timeOut = 30, bool|false $isAsyncRequest = false, int $connectTimeOut = 10)

Parameters

$url
$method
array $headers
array $options
int $timeOut
bool|false $isAsyncRequest
int $connectTimeOut

Return Value

mixed