get

@Get(value = {/path:kv/.*})
suspend fun get(@PathVariable() path: String?, request: HttpRequest<*>): HttpResponse<String>