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