struct HTTPCookiePropertyKey
Constants that define the supported keys in a cookie attributes dictionary.
クッキー属性辞書でサポートされるキーを定義する定数。
Availability 有効性
Technology
var properties: [HTTPCookiePropertyKey
: Any]? { get }
This dictionary can be used with init(properties:)
to create an equivalent HTTPCookie
object.
この辞書は、init(properties:)
で使われることで、HTTPCookie
オブジェクト相当物を作成できます。
See init(properties:)
for more information on the constraints imposed on the properties
dictionary.
init(properties:)
を、properties
辞書に課せられる制約に関するさらなる情報として見てください。
struct HTTPCookiePropertyKey