Add HTTPRequestHeader.acceptType

This commit is contained in:
Brent Simmons 2024-04-23 19:09:48 -07:00
parent 0c6181c2e6
commit d2ae1d3120
1 changed files with 1 additions and 0 deletions

View File

@ -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