File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/SimpleHTTPFoundation/HTTP Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ public struct HTTPHeader: Hashable, ExpressibleByStringLiteral {
1515extension HTTPHeader {
1616 public static let accept : Self = " Accept "
1717 public static let authentication : Self = " Authentication "
18+ public static let authorization : Self = " Authorization "
1819 public static let contentType : Self = " Content-Type "
1920 public static var contentDisposition : Self = " Content-Disposition "
2021}
2122
2223@available ( * , unavailable, message: " This is a reserved header. See https://developer.apple.com/documentation/foundation/nsurlrequest#1776617 " )
2324extension HTTPHeader {
24- public static let authorization : Self = " Authorization "
2525 public static let connection : Self = " Connection "
2626 public static let contentLength : Self = " Content-Length "
2727 public static let host : Self = " Host "
You can’t perform that action at this time.
0 commit comments