Companion

object Companion

Functions

Link copied to clipboard
fun of(vararg values: Pair<String, Any>): NameValuePairs
fun of(params: Map<String, Any>): NameValuePairs
Link copied to clipboard
fun ofPreEncoded(preEncoded: String): NameValuePairs

Here's the "escape hatch." If you already have a pre-encoded string, use this factory method to prevent the values from being redundantly URL-encoded.