Venkat
Aleksei Tirman [JB]
val plugin = createApplicationPlugin("plugin") { onCall { call -> if (call.request.httpMethod == HttpMethod.Options) { call.response.headers.append("Access-Control-Allow-Methods", "GET, POST") } } }
A modern programming language that makes developers happier.