ResponseConsumer

fun interface ResponseConsumer

A functional interface for functions that consume a HttpResponse and use it for side-effects.

Functions

Link copied to clipboard
abstract fun consume(response: <Error class: unknown class>)