originalRequest
A deep copy of the original connection request.
Declaration
var originalRequest: URLRequest { get }Discussion
As the connection performs the load, the request may change as a result of protocol canonicalization or due to following redirects. currentRequest can be used to retrieve this value.