getD

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

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