s4nchez
{ request: Request -> Response(OK).body("Hello World") }.asServer(Jetty(8000)).start().block()
g4sarma
orangy