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

jvmMain.assembly.Keys.kt Maven / Gradle / Ivy

The newest version!
package io.fluidsonic.raptor.ktor

import io.fluidsonic.raptor.*
import io.ktor.util.*


internal object Keys {

	val ktorComponent = RaptorComponentKey("ktor")
	val ktorProperty = RaptorPropertyKey("ktor")
	val rootRoutesComponent = RaptorComponentKey("routes")
	val routeComponent = RaptorComponentKey("route")
	val routesComponent = RaptorComponentKey("routes")
	val serverComponent = RaptorComponentKey("server")
	val serverKtorAttribute = AttributeKey("Raptor: server")
	val serversComponent = RaptorComponentKey("servers")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy