9 calls to RestfulManager::getRequestHttpHeader() in RESTful 7
- hook_restful_parse_request_alter in ./
restful.api.php - Allow altering the request before it is processed.
- RestfulAuthenticationCookie::isCli in plugins/
authentication/ RestfulAuthenticationCookie.class.php - Detects whether the script is running from a command line environment.
- RestfulBase::accessByAllowOrigin in plugins/
restful/ RestfulBase.php - Checks access based on the referer header and the allow_origin setting.
- RestfulBase::getVersionFromRequest in plugins/
restful/ RestfulBase.php - Gets the major and minor version for the current request.
- RestfulHookMenuTestCase::testVersionNegotiation in tests/
RestfulHookMenuTestCase.test - Test the version negotiation.
- restful_menu_access_callback in ./
restful.module - Access callback; Determine access for an API call.
- restful_menu_process_callback in ./
restful.module - Page callback; Return the response for an API call.
- restful_parse_request in ./
restful.module - Build the request array from PHP globals and input stream.
- restful_token_auth_restful_parse_request_alter in modules/
restful_token_auth/ restful_token_auth.module - Implements hook_restful_parse_request_alter()