Completion
public struct Completion : Sendable
Value containing the state of a DataStreamRequest when the stream was completed.
-
Last
URLRequestissued by the instance.Declaration
Swift
public let request: URLRequest? -
Last
HTTPURLResponsereceived by the instance.Declaration
Swift
public let response: HTTPURLResponse? -
Last
URLSessionTaskMetricsproduced for the instance.Declaration
Swift
public let metrics: URLSessionTaskMetrics?
View on GitHub
Install in Dash