diff --git a/RSWeb/Sources/RSWeb/HTTPResponseHeader.swift b/RSWeb/Sources/RSWeb/HTTPResponseHeader.swift index 15e8c53e1..56c34589d 100755 --- a/RSWeb/Sources/RSWeb/HTTPResponseHeader.swift +++ b/RSWeb/Sources/RSWeb/HTTPResponseHeader.swift @@ -22,4 +22,6 @@ public struct HTTPResponseHeader { // Changed to the canonical case for lookups against a case sensitive dictionary // https://developer.apple.com/documentation/foundation/httpurlresponse/1417930-allheaderfields public static let etag = "Etag" + + public static let cacheControl = "Cache-Control" }