From 41ef5ca08d85d94cc93b662d08c47c557f296cf7 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 2 Dec 2024 21:50:00 -0800 Subject: [PATCH] Make HTTPResponse429 a struct. --- RSWeb/Sources/RSWeb/HTTPResponse429.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RSWeb/Sources/RSWeb/HTTPResponse429.swift b/RSWeb/Sources/RSWeb/HTTPResponse429.swift index 488af8a07..e2bdd50b7 100644 --- a/RSWeb/Sources/RSWeb/HTTPResponse429.swift +++ b/RSWeb/Sources/RSWeb/HTTPResponse429.swift @@ -9,7 +9,7 @@ import Foundation // 429 Too Many Requests -final class HTTPResponse429 { +struct HTTPResponse429 { let url: URL let host: String // lowercased