interface HttpClientInterface (View source)

Interface HttpClientInterface

Methods

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

No description

Details

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

Parameters

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

Return Value

mixed