Http Helper has been designed to call the HTTP variables to get from $_SERVER
$FE->loadHelper("http");
Simple to call ,everything is located in property of class
$referer = $FE->Http->HTTP_REFERER;
$host = $FE->Http->HTTP_HOST;
....