public static function CacheHelper::httpRequest in Helper 7
Deprecated.
File
- lib/
CacheHelper.php, line 68
Class
Code
public static function httpRequest($url, array $options = array()) {
return HttpHelper::cachedRequest($url, $options);
}
Deprecated.
public static function httpRequest($url, array $options = array()) {
return HttpHelper::cachedRequest($url, $options);
}