dahttp library

Typedefs

OnError = void Function(Response response)
OnException = void Function(dynamic exception)
OnFailure = void Function(Response response, dynamic exception)
OnSuccess<T> = void Function(T data, Response response)
OnSuccessEmpty = void Function(Response response)