- initWithURL:statusCode:HTTPVersion:headerFields:
Initializes an HTTP URL response object with a status code, protocol version, and response headers.
HTTP URL応答オブジェクトをステータスコード、プロトコルバージョン、そしてレスポンスヘッダで初期化します。
Availability 有効性
Technology
@interface NSHTTPURLResponse : NSURLResponse
The NSHTTPURLResponse
class is a subclass of NSURLResponse
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 NSURLSession
, NSURLConnection
, or NSURLDownload
class are instances of the NSHTTPURLResponse
class.
NSHTTPURLResponse
クラスは、NSURLResponse
のサブクラスです、それはHTTPプロトコル応答に特有の情報にアクセスするためのメソッドを提供します。あなたがHTTP URLロード要請をするたびに、あなたがNSURLSession
、NSURLConnection
、またはNSURLDownload
クラスから取り戻すあらゆる応答オブジェクトは、NSHTTPURLResponse
クラスのインスタンスです。
- initWithURL:statusCode:HTTPVersion:headerFields:
allHeaderFields
- valueForHTTPHeaderField:
+ localizedStringForStatusCode:
statusCode
NSURLRequest
NSMutableURLRequest
NSURLResponse