class Protocol::HTTP::Header::CacheControl

def proxy_revalidate?

See https://www.rfc-editor.org/rfc/rfc9111.html#name-proxy-revalidate
Like must-revalidate, but for shared caches only.
def proxy_revalidate?
	self.include?(PROXY_REVALIDATE)
end