Make HTTPResponse429 a struct.

This commit is contained in:
Brent Simmons
2024-12-02 21:50:00 -08:00
parent a2934cd308
commit 41ef5ca08d

View File

@@ -9,7 +9,7 @@ import Foundation
// 429 Too Many Requests
final class HTTPResponse429 {
struct HTTPResponse429 {
let url: URL
let host: String // lowercased