The curl helper.
Performs a curl GET request.
$res = Curl::get('http://site.com/');
Performs a curl POST request.
$res = Curl::post('http://site.com/login');
Gets information about the last transfer.
$res = Curl::getInfo();