receiveMultipart
inline suspend fun ApplicationCall.receiveMultipart(formFieldLimit: Long = -1L): MultiPartData(source)
Receives multipart data for this call.
Return
instance of MultiPartData.
Throws
when content cannot be transformed to the MultiPartData.