MultipartPart
class MultipartPart(headers: Deferred<HttpHeadersMap>, body: ByteReadChannel) : MultipartEvent
Content copied to clipboard
Represents a multipart part. There could be any number of parts in a multipart stream. Please note that it is important to consume body otherwise multipart parser could get stuck (suspend) so you will not receive more events.
Constructors
Link copied to clipboard
fun MultipartPart(headers: Deferred<HttpHeadersMap>, body: ByteReadChannel)
Content copied to clipboard