Add missing (because new-ish) redirect case.

This commit is contained in:
Brent Simmons
2024-11-30 18:08:02 -08:00
parent d7a2eb6b3d
commit 2342c62df1

View File

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