Class

NSHTTPURLResponse

The metadata associated with the response to an HTTP protocol URL load request. あるHTTPプロトコルURLのロード要請に対する応答と結び付けられるメタデータ。

Declaration 宣言

@interface NSHTTPURLResponse : NSURLResponse

Overview 概要

The NSHTTPURLResponse class is a subclass of NSURLResponse 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 NSURLSession, NSURLConnection, or NSURLDownload class are instances of the NSHTTPURLResponse class. NSHTTPURLResponseクラスは、NSURLResponseのサブクラスです、それはHTTPプロトコル応答に特有の情報にアクセスするためのメソッドを提供します。あなたがHTTP URLロード要請をするたびに、あなたがNSURLSessionNSURLConnection、またはNSURLDownloadクラスから取り戻すあらゆる応答オブジェクトは、NSHTTPURLResponseクラスのインスタンスです。

Topics 話題

Initializing a Response Object 応答オブジェクトを初期化する

Getting HTTP Response Headers HTTPレスポンスヘッダを取得する

Getting Response Status Codes リソース状態コードを取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Requests and Responses 要請と応答