Skip to content

Instance Property

expires

Gets the value of the Expires header, if present.
var expires: HTTPHeaders.Expires? { get set }

Note

Expires is legacy and you should switch to using CacheControl if possible.