bodiam
val hello = request.getParameter("hello") if(hello != null) { return hello.toUpperCase() } else { return request.getParameter("bye") }