- Request headers only or response too?
- Both. Plus a caching decision tree showing how Cache-Control, Expires, ETag, and Last-Modified interact.
- What about CORS headers?
- Covered at high level. For deep CORS understanding see the 'CORS Explained' info page.
- Does it explain security headers?
- CSP, HSTS, X-Frame-Options, X-Content-Type-Options, and Permissions-Policy all included with common starter configs.
- What's the caching decision tree?
- A flowchart: is it user-specific? → private vs public. Is it versioned? → immutable vs short max-age. When does stale-while-revalidate apply? The tree simplifies the decisions.