request/http_request library

Classes

HttpRequest
可支持 restful 请求和普通API请求

Extensions

FutureCallback on Future<Response<T>>

Constants

dioExtraBind → const String

Typedefs

OnCommon = void Function()
OnFailed = void Function(int? stateCode, DioException? error)
OnSuccess = void Function(Map<String, dynamic> data)