receiveMultipart

inline suspend fun ApplicationCall.receiveMultipart(formFieldLimit: Long = DEFAULT_FORM_FIELD_MAX_SIZE): MultiPartData

Receives multipart data for this call.

Return

instance of MultiPartData.

Throws

when content cannot be transformed to the MultiPartData.