← Back to Kairo Docs|API Reference (Dokka)

StatusCodeReceiver

Receiver context for customizing the HTTP response status code. Return a status code to override Ktor's default, or null to keep it.

Properties

Link copied to clipboard
val call: RoutingCall

The underlying Ktor routing call.

Link copied to clipboard
val response: O

The response object returned by the handler.