Active
Project:
Http Client
Version:
6.x-2.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2012 at 14:46 UTC
Updated:
6 Apr 2012 at 14:46 UTC
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.