net.officefloor.tutorial.kotlinhttpserver.KotlinResponse.kt Maven / Gradle / Ivy
package net.officefloor.tutorial.kotlinhttpserver
/**
* Kotlin response.
*/
// START SNIPPET: tutorial
data class KotlinResponse(val message: String)
// END SNIPPET: tutorial © 2015 - 2025 Weber Informatics LLC | Privacy Policy