1 drupal.inc | drupal_http_request($url, array $options = array()) |
Performs an HTTP request.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 699 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_http_request($url, array $options = array()) {
return backdrop_http_request($url, $options);
}