com.huanshankeji.vertx.kotlin.RoutingContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-common-vertx Show documentation
Show all versions of kotlin-common-vertx Show documentation
Huanshankeji's common code libraries in Kotlin
package com.huanshankeji.vertx.kotlin
import io.vertx.ext.web.RoutingContext
operator fun RoutingContext.set(key: String, value: Any?) {
put(key, value)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy