KGet

interface KGet<T : KResponse>

Implement this interface in your data classes to use them as a response body of posts and gets in Ktor

Properties

Link copied to clipboard
abstract val render: () -> T