HTTP Cache-Control Header Builder
Assemble a valid HTTP Cache-Control response header from its cacheability, freshness and revalidation directives — pick a context preset or toggle directives individually, with a plain-English explanation of each and warnings for combinations that are contradictory or partly redundant, like no-store alongside max-age.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Context Preset
custom, api, staticAsset, htmlPage, privateData public
private
no-cache
no-store
max-age (seconds)
x >= 0s-maxage (seconds)
x >= 0stale-while-revalidate (seconds)
x >= 0stale-if-error (seconds)
x >= 0must-revalidate
proxy-revalidate
immutable
no-transform
must-understand
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.