fx_dio library
Classes
- Api
- ApiAuth
-
ApiFail<
T> -
ApiOK<
T> -
ApiRet<
T> - BaseOptions
-
A set of base settings for each
Dio(). BaseOptions and Options will be merged into oneRequestOptionsbefore sending the requests. See Options.compose. - BearerTokenAuth
- Dio
- Dio enables you to make HTTP requests easily.
- FxDio
- Host
- HostConfig
- Options
-
The configuration for a single request.
BaseOptions and Options will be merged into one
RequestOptionsbefore sending the requests. See Options.compose. - Paginate
-
Response<
T> - The Response class contains the payload (could be transformed) that respond from the request, and other information of the response.
Enums
- DioExceptionType
- The exception enumeration indicates what type of exception has happened during requests.
- HostEnv
- Method
Exceptions / Errors
- DioException
- DioException describes the exception info when a request failed.