NSURLSessionResponseAllow
Allow the load operation to continue.
ロード操作を継続することを許可します。
NSURLSessionResponseBecomeDownload
Convert the response for this request to use a
NSURLSessionDownloadTask
.
このリクエストに対する応答を、NSURLSessionDownloadTask
を使うように変換します。
NSURLSessionResponseBecomeStream
Convert the response for this request to use a
NSURLSessionStreamTask
.
このリクエストに対する応答を、NSURLSessionStreamTask
を使うように変換します。