func deleteCookie (HTTPCookie)
Deletes the specified cookie from the cookie storage.
指定されたクッキーをクッキーストレージから削除します。
func setCookie (HTTPCookie)
Stores a specified cookie in the cookie storage if the cookie accept policy permits.
指定されたクッキーをクッキーストレージに貯蔵します、もしクッキー受入方針が許可するならば。
func setCookies ([HTTPCookie], for: URL?, mainDocumentURL : URL?)
Adds an array of cookies to the cookie storage if the storage’s cookie acceptance policy permits.
クッキーの配列をクッキーストレージに加えます、もしそのストレージの持つクッキー受入方針が許可するならば。
func storeCookies ([HTTPCookie], for: URLSessionTask)
Stores an array of cookies in the cookie storage, on behalf of the provided task, if the cookie accept policy permits.
クッキーの配列をクッキーストレージの中に貯蔵します、提供されたタスクの代理で、もしクッキー受入方針が許可するならば。