Send a GET request to a URL
public static get ( string $url, array $headers = [], mixed $parameters = null, string $username = null, string $password = null ) : unirest\Response | ||
$url | string | URL to send the GET request to |
$headers | array | additional headers to send |
$parameters | mixed | parameters to send in the querystring |
$username | string | Authentication username (deprecated) |
$password | string | Authentication password (deprecated) |
return | unirest\Response |