form

fun form(values: NameValuePairs): HttpBody
fun form(values: Map<String, Any>): HttpBody
fun form(vararg values: Pair<String, Any>): HttpBody