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

net.officefloor.tutorial.kotlinhttpserver.KotlinLogic.kt Maven / Gradle / Ivy

package net.officefloor.tutorial.kotlinhttpserver

import net.officefloor.web.ObjectResponse

/**
 * Services request in Kotlin.
 */
fun service(request: KotlinRequest, response: ObjectResponse) {
	response.send(KotlinResponse("Hello ${request.name} from Kotlin"))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy