diff --git a/Sources/AsyncHTTPClient/HTTPHandler.swift b/Sources/AsyncHTTPClient/HTTPHandler.swift index c13d1accd..bf452a85c 100644 --- a/Sources/AsyncHTTPClient/HTTPHandler.swift +++ b/Sources/AsyncHTTPClient/HTTPHandler.swift @@ -288,7 +288,7 @@ extension HTTPClient { } /// Represents an HTTP response. - public struct Response { + public struct Response: Sendable { /// Remote host of the request. public var host: String /// Response HTTP status.