brabo-hi
createApplicationPlugin
val HeaderValidatorPlugin = createApplicationPlugin("HeaderValidatorPlugin") { on(CallSetup) { call -> if (!call.request.headers.contains("X-Customer-Header")) { throw BadRequestException("Required header is missing") }
Aleksei Tirman [JB]
ApplicationCall.respond
A modern programming language that makes developers happier.