dio library

Classes

CancelRequest
DioOptions
DioResponseType
Extra
Extra data that will be passed to dio's request, response, transformer and interceptors.
Extras
Extra data that will be passed to dio's request, response, transformer and interceptors. Simple Example:
HttpResponse<T>
ReceiveProgress
SendProgress
TypedExtras
Extra data that will be passed to Dio's request, response, transformer, and interceptors. Extend TypedExtras and define fields that correspond to the keys passed into extras. The values of these fields will be derived from the data passed into your subclass.