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

run.smt.ktest.rest.api.RestContext.kt Maven / Gradle / Ivy

package run.smt.ktest.rest.api

interface RestContext {
    operator fun  invoke(action: RequestBuilder.() -> T): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy