/
Launch Apollo Studio


TYPEALIAS

URLSessionClient.RawCompletion

public 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

Edit on GitHub