URLSessionClient.RawCompletion


TYPEALIAS

URLSessionClient.RawCompletion

Swift
1public typealias RawCompletion = (Data?, HTTPURLResponse?, Error?) -> Void

A completion block to be called when the raw task has completed, with the raw information from the session

Feedback

Edit on GitHub

Forums