post

inline fun <T : Any> <ERROR CLASS>.post(noinline body: suspend <ERROR CLASS><Unit, <ERROR CLASS>>.(T) -> Unit): <ERROR CLASS>

Registers a typed handler body for a POST resource defined by the T class.

A class Tmust be annotated with io.ktor.resources.Resource.

Parameters

body

receives an instance of the typed resource T as the first parameter.