requestUrl()
requestUrl(string $url, string $method = 'GET', array $options = []) : string|bool
executes an http request
Parameters
string | $url | |
string | $method | |
array | $options |
Throws
- \Exception
- \GuzzleHttp\Exception\GuzzleException
utils Trait