Class

HTTPURLResponse

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

Declaration 宣言

class HTTPURLResponse : URLResponse

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ロード要請をするたびに、あなたがURLSessionNSURLConnection、またはNSURLDownloadクラスから取り戻すあらゆる応答オブジェクトは、HTTPURLResponseクラスのインスタンスです。

Topics 話題

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

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

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

Relationships 関係

Inherits From 継承元

See Also 参照

Requests and Responses 要請と応答