Instance Method インスタンスメソッド

valueForHTTPHeaderField:

Returns the value that corresponds to the given header field. 与えられたヘッダフィールドに対応する値を返します。

Declaration 宣言

- (NSString *)valueForHTTPHeaderField:(NSString *)field;

Parameters パラメータ

field

The name of the header field you want to retrieve. The name is case-insensitive. あなたが回収したいヘッダフィールドの名前。この名前は、ケース非考慮です。

Return Value 戻り値

The value associated with the given header field, or nil if no value is associated with the field. 与えられたヘッダフィールドと結びつけられた値、またはnil、もしどんな値もそのフィールドと結びつけられていないならば。

Discussion 議論

In keeping with the HTTP RFC, HTTP header field names are case-insensitive. HTTP RFCに即して、HTTPヘッダフィールド名はケースを考慮しません。

See Also 参照

Getting HTTP Response Headers HTTPレスポンスヘッダを取得する