class Protocol::HTTP::Header::CacheControl

def s_maxage

See https://www.rfc-editor.org/rfc/rfc9111.html#name-s-maxage
max-age when present.
Like max-age, but for shared caches only, which should use it before
def s_maxage
	find_integer_value(S_MAXAGE)
end