You are here

public static function CacheHelper::httpRequest in Helper 7

Deprecated.

File

lib/CacheHelper.php, line 68

Class

CacheHelper

Code

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