KVController

open class KVController

Controller for handling automatic routes.

Constructors

Link copied to clipboard
fun KVController()

Functions

Link copied to clipboard
suspend fun delete(path: String?, request: <ERROR CLASS><out <ERROR CLASS>>, body: <ERROR CLASS>): <ERROR CLASS><String>
Link copied to clipboard
suspend fun get(path: String?, request: <ERROR CLASS><out <ERROR CLASS>>): <ERROR CLASS><String>
Link copied to clipboard
fun init()
Link copied to clipboard
suspend fun options(path: String?, request: <ERROR CLASS><out <ERROR CLASS>>, body: <ERROR CLASS>): <ERROR CLASS><String>
Link copied to clipboard
suspend fun post(path: String?, request: <ERROR CLASS><out <ERROR CLASS>>, body: <ERROR CLASS>): <ERROR CLASS><String>
Link copied to clipboard
suspend fun put(path: String?, request: <ERROR CLASS><out <ERROR CLASS>>, body: <ERROR CLASS>): <ERROR CLASS><String>

Properties

Link copied to clipboard
lateinit var applicationContext: <ERROR CLASS>
Link copied to clipboard
lateinit var kvManagers: KVManagers