currentRequest
The current connection request.
Declaration
var currentRequest: URLRequest { get }Discussion
As the connection performs the load, the request may change as a result of protocol canonicalization or due to following redirects. This property provides the current value of the request.