Class

URLResponse

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

Declaration 宣言

class URLResponse : NSObject

Overview 概要

The related HTTPURLResponse class is a commonly used subclass of URLResponse 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 URLResponse object you get back is actually an instance of the HTTPURLResponse class. 関連するHTTPURLResponseクラスは、URLResponseの一般的に使われるサブクラスです、それのオブジェクトはあるHTTP URLロードリクエストを表します、そして追加のプロトコル特有情報、例えばレスポンスヘッダなどを格納します。あなたがHTTPリクエストをする時はいつでも、あなたが取り戻すURLResponseオブジェクトは、実際にはHTTPURLResponseクラスのインスタンスです。

Topics 話題

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

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Requests and Responses 要請と応答