- initWithURL:statusCode:HTTPVersion:headerFields:
Initializes an HTTP URL response object with a status code, protocol version, and response headers.
HTTP URL応答オブジェクトをステータスコード、プロトコルバージョン、そしてレスポンスヘッダで初期化します。
NSURLResponse
object with the URL, MIME type, length, and text encoding set to given values.
初期化されたNSURLResponse
オブジェクトを、それら与えられた値に設定されたURL、MIMEタイプ、長さ、そしてテキストエンコーディングで作成します。
Availability 有効性
Technology
URL
The URL for the new object. 新しいオブジェクトに対するURL。
MIMEType
The MIME type. MIMEタイプ。
length
The expected content length.This value should be –1
if the expected length is undetermined
予想された内容の長さ。この値は–1
であるべきです、もし予想された長さが未定ならば。
name
The text encoding name. This value may be nil
.
テキストエンコーディング名。この値はnil
であるかもしれません。
The initialized URL response. 初期化されたURL応答。
This is the designated initializer for NSURLResponse
.
これは、NSURLResponse
に対する指定イニシャライザです。
- initWithURL:statusCode:HTTPVersion:headerFields: