opensavvy.spine.server.arrow.independent¶
Types¶
HttpFailure¶
class HttpFailure(
val body: Any,
val code: HttpStatusCode,
val type: TypeInfo
)
Functions¶
raise¶
inline suspend fun RoutingContext.raise(block: Raise<HttpFailure>.() -> Unit)
Allows to use the Raise DSL to implement a route.