class MultiPartFormDataContent : WriteChannelContent
OutgoingContent for multipart/form-data formatted request.
MultiPartFormDataContent(parts: List<PartData>)
OutgoingContent for multipart/form-data formatted request. |
val contentLength: Long? |
|
val contentType: ContentType |
suspend fun writeTo(channel: ByteWriteChannel): Unit |
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. |