class Protocol::HTTP::Header::CacheControl

def must_revalidate?

See https://www.rfc-editor.org/rfc/rfc9111.html#name-must-revalidate
Indicates that a response must not be used once it is stale.
def must_revalidate?
	self.include?(MUST_REVALIDATE)
end