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

com.lightningkite.lightningserver.core.basics.kt Maven / Gradle / Ivy

The newest version!
package com.lightningkite.lightningserver.core

@DslMarker
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION)
annotation class LightningServerDsl

@LightningServerDsl
inline fun routing(action: ServerPath.() -> Unit) = ServerPath.root.apply(action)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy