ktor-server-core / io.ktor.request / receiveMultipart

receiveMultipart

inline suspend fun ApplicationCall.receiveMultipart(): MultiPartData

Receives multipart data for this call.

Exceptions

ContentTransformationException - when content cannot be transformed to the MultiPartData.

Return
instance of MultiPartData.