Progress
public struct Progress
The response type for this delegate: the total count of bytes as reported by the response “Content-Length” header (if available) and the count of bytes downloaded.
-
Undocumented
Declaration
Swift
public var totalBytes: Int?
-
Undocumented
Declaration
Swift
public var receivedBytes: Int