is there a way to get form posts automagically int...
# ktor
c
is there a way to get form posts automagically into a data class without using Locations?
h
you mean the route parameters or actual body content?
c
the body content. I’m pretty new to Kotlin, but pretty much Ilya said will be possible soon: receive<MyEntity>()