We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26ba99 commit 001d93aCopy full SHA for 001d93a
Sources/PublisherKit/Publishers/URLSession/Validate.swift
@@ -20,7 +20,7 @@ extension Publishers {
20
21
public struct Validate<Upstream: Publisher>: Publisher where Upstream.Output == (data: Data, response: URLResponse) {
22
23
- public typealias Output = Upstream.Output
+ public typealias Output = (data: Data, response: HTTPURLResponse)
24
25
public typealias Failure = Error
26
0 commit comments