KVController

open class KVController

Controller for handling automatic routes.

Constructors

KVController
Link copied to clipboard
fun KVController()

Functions

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

Properties

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