static function &get_http_object()
 {
     if (is_null(self::$http)) {
         self::$http = new hacklog_http();
     }
     return self::$http;
 }