ResponseHandler

typealias ResponseHandler = suspend (HttpResponse) -> Unit

ResponseObserver callback.