ResponseMapper

fun interface ResponseMapper<T>

A functional interface for functions that map a HttpResponse to a desired result. // * See EntityUtils for useful methods for working with HttpEntity instances.

Functions

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