SetCookieParameter
constructor(name: String, value: String, url: String? = null, domain: String? = null, path: String? = null, secure: Boolean? = null, httpOnly: Boolean? = null, sameSite: Network.CookieSameSite? = null, expires: Double? = null, priority: Network.CookiePriority? = null, sameParty: Boolean? = null, sourceScheme: Network.CookieSourceScheme? = null, sourcePort: Int? = null, partitionKey: Network.CookiePartitionKey? = null)