mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add HTTPRequestHeader.acceptType
This commit is contained in:
@@ -13,6 +13,7 @@ public struct HTTPRequestHeader {
|
||||
public static let userAgent = "User-Agent"
|
||||
public static let authorization = "Authorization"
|
||||
public static let contentType = "Content-Type"
|
||||
public static let acceptType = "Accept-Type"
|
||||
|
||||
// Conditional GET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user