QueryMap

annotation class QueryMap(encoded: Boolean)

Used for query parameters

  • A {@code null} value for the map, as a key, or as a value is not allowed.

Parameters

encoded

true means that this value is already URL encoded and will not be encoded again

Constructors

QueryMap
Link copied to clipboard
fun QueryMap(encoded: Boolean = false)

Properties

encoded
Link copied to clipboard
val encoded: Boolean = false