net.officefloor.tutorial.scalahttpserver.ScalaResponse.scala Maven / Gradle / Ivy
package net.officefloor.tutorial.scalahttpserver
// START SNIPPET: tutorial
class ScalaResponse(val message: String)
// END SNIPPET: tutorial © 2015 - 2025 Weber Informatics LLC | Privacy Policy