mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make HTTPResponse429 a struct.
This commit is contained in:
@@ -9,7 +9,7 @@ import Foundation
|
||||
|
||||
// 429 Too Many Requests
|
||||
|
||||
final class HTTPResponse429 {
|
||||
struct HTTPResponse429 {
|
||||
|
||||
let url: URL
|
||||
let host: String // lowercased
|
||||
|
||||
Reference in New Issue
Block a user