kurt_steiner
uid
intercept(ApplicationCallPipeline.Call) { call.request.headers["uid"] ?: throw BadRequestException("no uid field in the request header") }
Aleksei Tirman [JB]
if (call.request.uri.startsWith("/image/download/")) return@onCall
A modern programming language that makes developers happier.