put

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

Registers a typed handler body for a PUT 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.