Package-level declarations
Functions
Link copied to clipboard
inline suspend fun <Out : Any> TypedResponseScope<*, Out, *>.respond(body: Out, code: HttpStatusCode = if (body == Unit) HttpStatusCode.NoContent else HttpStatusCode.OK)