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

value(forHTTPHeaderField:)

Retrieves a header value. ヘッダ値を取ってきます。

Declaration 宣言

func value(forHTTPHeaderField field: String) -> String?

Parameters パラメータ

field

The header field name to use for the lookup (case-insensitive). 検索に使うヘッダフィールド名(ケースを考慮しません)。

Return Value 戻り値

The value associated with the header field field, or nil if there is no corresponding header field.

Discussion 議論

Note that, in keeping with the HTTP RFC, HTTP header field names are case-insensitive. HTTP RFCに即して、HTTPヘッダフィールド名はケースを考慮しないことに注意してください。

See Also 参照

Accessing Header Fields ヘッダフィールドにアクセスする