TypedResponseScope
Functions
Link copied to clipboard
Extracts the identifier for a DynamicResource as it was provided by the client.
Link copied to clipboard
inline suspend fun <Out : Any> TypedResponseScope<*, Out, *>.respond(body: Out, code: HttpStatusCode = if (body == Unit) HttpStatusCode.NoContent else HttpStatusCode.OK)