sparrow_dio library

Classes

Options
The configuration for a single request. BaseOptions and Options will be merged into one RequestOptions before sending the requests. See Options.compose.
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.