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

jvmMain.api.RaptorContext.kt Maven / Gradle / Ivy

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

import io.fluidsonic.raptor.*


public val RaptorContext.ktor: RaptorKtor
	get() = ktorInternal ?: throw RaptorPluginNotInstalledException(RaptorKtorPlugin)


internal val RaptorContext.ktorInternal: RaptorKtorInternal?
	get() = properties[Keys.ktorProperty]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy