Instance Property インスタンスプロパティ

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. 接続がロードを実行するときに、リクエストはプロトコル正規化の結果としてまたは後に続くリダイレクトが原因で変化するかもしれません。currentRequestは、この値を回収するために使われることができます。

See Also 参照

Connection URL Information 接続URL情報