formUrlEncodeTo
Encode form parameters from a list of pairs to the specified out appendable
fun List<Pair<String, String?>>.formUrlEncodeTo(out: Appendable, option: UrlEncodingOption = UrlEncodingOption.DEFAULT)
Content copied to clipboard
Encode form parameters from a list of pairs to the specified out appendable by using option
Encode form parameters to the specified out appendable