is there any utilities for receiving a post body (...
# ktor
n
is there any utilities for receiving a post body (FormEncode.multipartFormData from a form) into a data class or something @Serializable other than
Copy code
call.receiveMultipart()
and manually receiving all parameters ?
c
Parameters encoder/decoder is not yet provided