Blocked Set Cookie With Reason
data class BlockedSetCookieWithReason(blockedReasons: List<SetCookieBlockedReason>, cookieLine: String, cookie: Cookie?)
Content copied to clipboard
A cookie which was not stored from a response with the corresponding reason.
Constructors
BlockedSetCookieWithReason
Link copied to clipboard
fun BlockedSetCookieWithReason(blockedReasons: List<SetCookieBlockedReason>, cookieLine: String, cookie: Cookie? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard