The metadata associated with the response to a URL load request, independent of protocol and URL scheme.
あるURLロード要請への応答と結び付けられたメタデータ、それはプロトコルまたはURLスキームから独立しています。
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クラスのインスタンスです。
Creates an initialized URLResponse object with the URL, MIME type, length, and text encoding set to given values.
初期化されたURLResponseオブジェクトを、それら与えられた値に設定されたURL、MIMEタイプ、長さ、そしてテキストエンコーディングで作成します。