sparrow_dio library

Classes

Options
Every request can pass an Options object which will be merged with Dio.options
Request
RequestOptions
The internal request option class that is the eventual result after BaseOptions and Options are composed.
Response<T>
The Response class contains the payload (could be transformed) that respond from the request, and other information of the response.

Enums

HttpMethods

Typedefs

DioError = DioException
DioError describes the exception info when a request failed.