postD

inline fun <T : Any> Route.postD(noinline body: suspend PipelineContext<Unit, ApplicationCall>.(T) -> Unit): Route

Defines a post route handler for the given resource, additionally registering its description.