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

io.logto.sdk.core.http.HttpCompletion.kt Maven / Gradle / Ivy

The newest version!
package io.logto.sdk.core.http

fun interface HttpCompletion {
    fun onComplete(throwable: Throwable?, response: T?)
}

fun interface HttpEmptyCompletion {
    fun onComplete(throwable: Throwable?)
}

typealias HttpRawStringCompletion = HttpCompletion




© 2015 - 2024 Weber Informatics LLC | Privacy Policy