var currentRequest : URLRequest
The current connection request.
現在の接続リクエスト。
Availability 有効性
Technology
var originalRequest: URLRequest
{ get }
As the connection performs the load, the request may change as a result of protocol canonicalization or due to following redirects. current
can be used to retrieve this value.
接続がロードを実行するときに、リクエストはプロトコル正規化の結果としてまたは後に続くリダイレクトが原因で変化するかもしれません。current
は、この値を回収するために使われることができます。
var currentRequest : URLRequest