public MultiPartData
Represents a multipart data stream that could be received from a call
Modifier and Type | Interface and Description |
---|---|
static class |
MultiPartData.Empty
An empty multipart data stream
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readPart(kotlin.coroutines.experimental.Continuation<? super io.ktor.http.content.PartData> p)
Reads next part data or
null if end of multipart stream encountered |