BodyProvider

Functions

Link copied to clipboard
abstract suspend fun body(response: HttpResponse): T
Link copied to clipboard
abstract suspend fun <V : Any> typedBody(response: HttpResponse, type: TypeInfo): V