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

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

See Also 参照

Connection URL Information 接続URL情報