/** * Deprecated. */ public static function httpRequest($url, array $options = array()) { return HttpHelper::cachedRequest($url, $options); }