class func cookies(withResponseHeaderFields : [String : String], for: URL) -> [HTTPCookie]
Creates an array of HTTP cookies that corresponds to the provided response header fields for the provided URL.
提供されたURLに対する提供されたレスポンスヘッダフィールドに対応するHTTPクッキーからなるある配列を作成します。
init?(properties: [HTTPCookiePropertyKey : Any])
Creates an HTTP cookie instance with the given cookie properties.
あるHTTPクッキーインスタンスをこの与えられたクッキープロパティで作成します。