All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.officefloor.tutorial.scalahttpserver.ScalaRequest.scala Maven / Gradle / Ivy

The newest version!
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