PairString

annotation class PairString(val first: String, val second: String)(source)

Represent a pair key/value, equivalent a Map

Sample: PairString("SameSite", "Strict")

Parameters

first

key

second

value if is empty or blank means null

Properties

Link copied to clipboard
Link copied to clipboard