HTTP handling
Functions to properly handle HTTP responses.
File
-
includes/
common.inc, line 397
Functions
Title Sort descending | File name | Summary |
---|---|---|
drupal_access_denied | includes/ |
Delivers an "access denied" error to the browser. |
drupal_encode_path | includes/ |
Encodes a Drupal path for use in a URL. |
drupal_get_destination | includes/ |
Prepares a 'destination' URL query parameter for use with drupal_goto(). |
drupal_get_query_array | includes/ |
Splits a URL-encoded query string into an array. |
drupal_get_query_parameters | includes/ |
Processes a URL query parameter array to remove unwanted elements. |
drupal_goto | includes/ |
Sends the user to a different page. |
drupal_http_build_query | includes/ |
Parses an array into a valid, rawurlencoded query string. |
drupal_http_request | includes/ |
Performs an HTTP request. |
drupal_not_found | includes/ |
Delivers a "page not found" error to the browser. |
drupal_parse_url | includes/ |
Parses a URL string into its path, query, and fragment components. |
drupal_site_offline | includes/ |
Delivers a "site is under maintenance" message to the browser. |
_drupal_http_use_proxy | includes/ |
Helper function for determining hosts excluded from needing a proxy. |
_drupal_parse_response_status | includes/ |
Splits an HTTP response status line into components. |
_drupal_should_strip_sensitive_headers_on_http_redirect | includes/ |
Determine whether to strip sensitive headers from a request when redirected. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.