You are here

public function AuthcacheP13nCoreServiceInterface::drupalAddHttpHeader in Authenticated User Page Caching (Authcache) 7.2

Sets an HTTP response header for the current page.

See also

drupal_add_http_header()

2 methods override AuthcacheP13nCoreServiceInterface::drupalAddHttpHeader()
AuthcacheP13nDefaultCoreService::drupalAddHttpHeader in modules/authcache_p13n/includes/AuthcacheP13nDefaultCoreService.inc
Sets an HTTP response header for the current page.
AuthcacheP13nTestCoreServiceStub::drupalAddHttpHeader in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Sets an HTTP response header for the current page.

File

modules/authcache_p13n/includes/AuthcacheP13nCoreServiceInterface.inc, line 16
Defines interface for drupal core services.

Class

AuthcacheP13nCoreServiceInterface
Interface for core service.

Code

public function drupalAddHttpHeader($name, $value, $append = FALSE);