orangy
miha-x64
val userSession = installSessionFor<User>("SESSION_USER") ... routing { get(...) { val user = call.session[userSession] } }
A modern programming language that makes developers happier.