1 drupal.inc drupal_get_http_header($name = NULL)

Gets the HTTP response headers for the current page.

Deprecated

since 1.0.0

See also

backdrop_get_http_header()

Related topics

File

core/includes/drupal.inc, line 166
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_get_http_header($name = NULL) {
  return backdrop_get_http_header($name);
}