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

com.huanshankeji.vertx.kotlin.RoutingContext.kt Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
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