ofPreEncoded

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.

Parameters

preEncoded

a query string of the form name1=value1&name2=value2... with any unsafe characters already URL-encoded.