//! Staged per-request metadata for the next SSR page response.
use RefCell;
thread_local!
/// Stage a `Cache-Control` header for the page about to be returned.
/// Take a staged cache header (consumed once per response).
/// Stage the CSRF token for forms rendered during this page pass.
/// CSRF token for the current page render (forms).