init(rawValue : String)
Creates an HTTP cookie property key using the given string.
HTTPクッキープロパティキーをその与えられた文字列を使って作成します。
Availability 有効性
Technology
init(_ rawValue: String
)
rawValue
The string to use as a key. キーとして使うための文字列。
You can use this initializer to create HTTP cookie property keys that aren’t already represented by the predefined constants. あなたはこのイニシャライザを使って、あらかじめ定義される定数によってまだ表されない、HTTPクッキープロパティキーを作成できます。
This convenience initializer is identical to init(raw
.
この便宜イニシャライザは、init(raw
とまったく同じです。
init(rawValue : String)