mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 15:50:17 +01:00
Add HTTPRequestHeader.acceptType
This commit is contained in:
parent
0c6181c2e6
commit
d2ae1d3120
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user