Overview
概要
The HTTPURLResponse
class is a subclass of URLResponse
that provides methods for accessing information specific to HTTP protocol responses. Whenever you make HTTP URL load requests, any response objects you get back from the URLSession
, NSURLConnection
, or NSURLDownload
class are instances of the HTTPURLResponse
class.
HTTPURLResponse
クラスは、URLResponse
のサブクラスの1つです、それはHTTPプロトコル応答に特有の情報にアクセスするためのメソッドを提供します。あなたがHTTP URLロード要請をするたびに、あなたがURLSession
、NSURLConnection
、またはNSURLDownload
クラスから取り戻すあらゆる応答オブジェクトは、HTTPURLResponse
クラスのインスタンスです。