Website | Source
import spark.kotlin.* fun main(args: Array<String>) { val http: Http = ignite() http.get("/hello") { "Hello Spark Kotlin!" } }
Last modified 07 October 2024