You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

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