You are here

function hook_rest_server_headers_parsed_alter in Services 7.3

Allows alteration of the parsed request headers before calling the controller.

Parameters

array $data: The parsed request data.

See also

RESTServer->getControllerArguments()

1 invocation of hook_rest_server_headers_parsed_alter()
RESTServer::getControllerArguments in servers/rest_server/includes/RESTServer.inc
Parses controller arguments from request

File

docs/services.alter.api.php, line 164
Documentation about Services alter hooks and variables.

Code

function hook_rest_server_headers_parsed_alter(&$headers) {
}