mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add Cache-Control response header.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user