init(url: URL, cachePolicy : NSURLRequest.CachePolicy, timeoutInterval : TimeInterval)
Creates a URL request with the specified URL, cache policy, and timeout values.
URLリクエストをこの指定されたURL、キャッシュポリシー、そしてタイムアウト値で作成します。
Availability 有効性
Technology
convenience init(url URL: URL
)
theURL
The URL for the request. リクエストに対するURL。
The initialized URL request. 初期化されたURLリクエスト。
The request is created with the with the default cache policy (NSURLRequest
), and the default timeout interval (60 seconds).
リクエストは、省略時のキャッシュポリシー(NSURLRequest
)、そして省略時のタイムアウト間隔(60秒)で作成されます。
init(url: URL, cachePolicy : NSURLRequest.CachePolicy, timeoutInterval : TimeInterval)