var isHTTPOnly : Bool
A Boolean value that indicates whether the cookie should only be sent to HTTP servers.
クッキーがHTTPサーバにのみ送られるべきかどうかを指し示すブール値。
var isSecure : Bool
A Boolean value that indicates whether the cookie may only be sent over secure channels.
あるブール値、それはクッキーが安全な経路越しに送られるだけであるかもしれないかどうかを指し示します。
struct HTTPCookieStringPolicy
Values that indicate whether to restrict the cookie to requests sent back to the same site that created it.
いくつかの値、それらはクッキーをそれが作成されたのと同じサイトに送り返されるリクエストに制限するかどうかを指し示します。