HTTP handling

Functions to properly handle HTTP responses.

File

drupal/includes/common.inc, line 397
Common functions that many Drupal modules will need to reference.

Functions

Namesort ascending Location Description
_drupal_parse_response_status drupal/includes/common.inc Splits an HTTP response status line into components.
_drupal_http_use_proxy drupal/includes/common.inc Helper function for determining hosts excluded from needing a proxy.
drupal_site_offline drupal/includes/common.inc Delivers a "site is under maintenance" message to the browser.
drupal_parse_url drupal/includes/common.inc Parses a URL string into its path, query, and fragment components.
drupal_not_found drupal/includes/common.inc Delivers a "page not found" error to the browser.
drupal_http_request drupal/includes/common.inc Performs an HTTP request.
drupal_http_build_query drupal/includes/common.inc Parses an array into a valid, rawurlencoded query string.
drupal_goto drupal/includes/common.inc Sends the user to a different page.
drupal_get_query_parameters drupal/includes/common.inc Processes a URL query parameter array to remove unwanted elements.
drupal_get_query_array drupal/includes/common.inc Splits a URL-encoded query string into an array.
drupal_get_destination drupal/includes/common.inc Prepares a 'destination' URL query parameter for use with drupal_goto().
drupal_encode_path drupal/includes/common.inc Encodes a Drupal path for use in a URL.
drupal_access_denied drupal/includes/common.inc Delivers an "access denied" error to the browser.