Class

NSURLResponse

The metadata associated with the response to a URL load request, independent of protocol and URL scheme. あるURLロード要請への応答と結び付けられたメタデータ、それはプロトコルまたはURLスキームから独立しています。

Declaration 宣言

@interface NSURLResponse : NSObject

Overview 概要

The related NSHTTPURLResponse class is a commonly used subclass of NSURLResponse whose objects represent a response to an HTTP URL load request and store additional protocol-specific information such as the response headers. Whenever you make an HTTP request, the NSURLResponse object you get back is actually an instance of the NSHTTPURLResponse class. 関連するNSHTTPURLResponseクラスは、NSURLResponseの一般的に使われるサブクラスです、それのオブジェクトはあるHTTP URLロードリクエストを表します、そして追加のプロトコル特有情報、例えばレスポンスヘッダなどを格納します。あなたがHTTPリクエストをする時はいつでも、あなたが取り戻すNSURLResponseオブジェクトは、実際にはNSHTTPURLResponseクラスのインスタンスです。

Topics 話題

Creating a Response リソースを取得する

Getting the Response Properties 応答プロパティを取得する

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Requests and Responses 要請と応答