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

jvmMain.implementation.RaptorKtorRouteContext.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package io.fluidsonic.raptor.ktor

import io.fluidsonic.raptor.*


internal class RaptorKtorRouteContext(
	override val parent: RaptorContext,
	override val properties: RaptorPropertySet,
) : RaptorContext {

	override fun toString(): String =
		parent.toString() // TODO Support hierarchical toString(). `this.properties` are missing.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy