mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add missing (because new-ish) redirect case.
This commit is contained in:
@@ -32,7 +32,8 @@ public struct HTTPResponseCode {
|
||||
public static let useProxy = 305
|
||||
public static let unused = 306
|
||||
public static let redirectVeryTemporary = 307
|
||||
|
||||
public static let redirectPermanentPreservingMethod = 308
|
||||
|
||||
public static let badRequest = 400
|
||||
public static let unauthorized = 401
|
||||
public static let paymentRequired = 402
|
||||
|
||||
Reference in New Issue
Block a user