Initializer

init(url:cachePolicy:timeoutInterval:)

Creates and initializes a URL request with the given URL, cache policy, and timeout interval. URLリクエストをこの与えられたURL、キャッシュ方針、そしてタイムアウト間隔で作成して初期化します。

Declaration 宣言

init(url: URL, cachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy, timeoutInterval: TimeInterval = 60.0)

Parameters パラメータ

url

The URL for the request. リクエストに対するURL。

cachePolicy

The cache policy for the request. The default is NSURLRequest.CachePolicy.useProtocolCachePolicy. リクエストに対するキャッシュポリシー。初期設定は、NSURLRequest.CachePolicy.useProtocolCachePolicyです。

timeoutInterval

The timeout interval for the request. The default is 60.0. See the commentary for the timeoutInterval for more information on timeout intervals. リクエストに対するタイムアウト間隔。初期設定は、60.0です。タイムアウト間隔に関するさらなる情報のためにtimeoutIntervalに対する解説を見てください。