class FormDataContent : ByteArrayContent
OutgoingContent with for application/x-www-form-urlencoded formatted request.
FormDataContent(formData: Parameters)
OutgoingContent with for application/x-www-form-urlencoded formatted request. |
val contentLength: Long |
|
val contentType: ContentType |
|
val formData: Parameters
: data to send. |
fun bytes(): ByteArray |
fun OutgoingContent.wrapHeaders(block: (Headers) -> Headers): OutgoingContent
Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block. |