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

value(forHTTPHeaderField:)

Returns the value of the specified HTTP header field. 指定されたHTTPヘッダフィールドの値を返します。

Declaration 宣言

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

Parameters パラメータ

field

The name of the header field whose value is to be returned. In keeping with the HTTP RFC, HTTP header field names are case-insensitive. それの値が返されることになるヘッダフィールドの名前。HTTP RFCに即して、HTTPヘッダフィールド名はケースを考慮しません。

Return Value 戻り値

The value associated with the header field field, or nil if there is no corresponding header field. ヘッダフィールドfieldと結びつけられた値、またはもし対応するヘッダフィールドがないならばnil

See Also 参照

Getting Header Fields ヘッダフィールドを取得する

Related Documentation 関連文書