var originalRequest : URLRequest
A deep copy of the original connection request.
元の接続リクエストの深いコピー。
Availability 有効性
Technology
var currentRequest: URLRequest
{ get }
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. 接続がロードを実行するときに、リクエストはプロトコル正規化の結果としてまたは後に続くリダイレクトが原因で変化するかもしれません。このプロパティは、リクエストの現在の値を提供します。
var originalRequest : URLRequest