appendFormString

fun appendFormString(controlName: String, data: String)

Adds a new MIME part containing @data to @multipart.

Uses "Content-Disposition: form-data", as per the HTML forms specification.

Parameters

controlName

the name of the control associated with @data

data

the body data