Type Method 型メソッド

requestWithURL:

Creates and returns a URL request for a specified URL. URLリクエストをある指定されたURLに対して作成して返します。

Declaration 宣言

+ (instancetype)requestWithURL:(NSURL *)URL;

Parameters パラメータ

theURL

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

Return Value 戻り値

The newly created URL request. 新しく作成されたURLリクエスト。

Discussion 議論

The request is created with the with the default cache policy (NSURLRequestUseProtocolCachePolicy), and the default timeout interval (60 seconds). リクエストは、省略時のキャッシュポリシー(NSURLRequestUseProtocolCachePolicy)、そして省略時のタイムアウト間隔(60秒)で作成されます。

See Also 参照

Creating Requests リクエストを作成する