function authcache_builtin_test_exit in Authenticated User Page Caching (Authcache) 7.2
Implements hook_exit().
File
- modules/
authcache_builtin/ tests/ authcache_builtin_test.module, line 17 - Stub module for Authcache Builtin Storage Backend test.
Code
function authcache_builtin_test_exit() {
drupal_add_http_header('X-Authcache-Builtin-Test-Key', authcache_key());
}