The URL from which the response was generated. それから応答が生成されたURL。
Instance Method
インスタンスメソッド
init
initWithURL:statusCode:HTTPVersion:headerFields:
Initializes an HTTP URL response object with a status code, protocol version, and response headers.
HTTP URL応答オブジェクトをステータスコード、プロトコルバージョン、そしてレスポンスヘッダで初期化します。
Availability 有効性
- iOS 5.0+
- iPadOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
url
statusCode
HTTPVersion
The version of the HTTP response as returned by the server. This is typically represented as "HTTP/1.1". HTTP応答のバージョン、サーバによって返されるままでの。これは概して "HTTP/1.1" のように表されます。
headerFields
A dictionary representing the keys and values from the server’s response header. サーバーの持つ応答ヘッダからのキーと値を表している辞書。
Return Value 戻り値
An initialized NSHTTPURLResponse
object or nil
if an error occurred during initialization.
初期化されたNSHTTPURLResponse
オブジェクト、または初期化の間にエラーが発生したならばnil
。