After trawling the internet for hours I cant seem to get a simple client to work correctly.
Should the following code work?

  $client = new HttpClient();
  echo $client->get('http://www.google.com');

Any help would be greatly appreciated.