MultipartPart
class MultipartPart : MultipartEvent
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
MultipartPart( 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. |
Properties
val body: ByteReadChannel a channel of part content |
|
val headers: Deferred<HttpHeadersMap> deferred that will be completed once will be parsed |
Functions
fun release(): Unit Release underlying data/packet. |