drupal_http_request

Functions that call drupal_http_request()

Namesort iconLocationDescription
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
drupal_http_requestincludes/common.incPerform an HTTP request.
openid_associationmodules/openid/openid.moduleAttempt to create a shared secret with the OpenID Provider.
openid_discoverymodules/openid/openid.modulePerform discovery on a claimed ID to determine the OpenID provider endpoint.
openid_verify_assertionmodules/openid/openid.moduleAttempt to verify the response received from the OpenID Provider.
system_check_http_requestmodules/system/system.moduleChecks whether the server is capable of issuing HTTP requests.
_update_refreshmodules/update/update.fetch.incFetch project info via XML from a central server.
_xmlrpcincludes/xmlrpc.incExecute an XML remote procedural call. This is private function; call xmlrpc() in common.inc instead of this function.

Functions called by drupal_http_request()

Namesort iconLocationDescription
drupal_http_requestincludes/common.incPerform an HTTP request.
module_invokeincludes/module.incInvoke a hook in a particular module.
tincludes/common.incTranslate strings to the page language or a given language.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.