lack_off_module
library
Classes
AppCatchError
全局异常的捕捉
BaseOptions
The common config for the Dio instance.
dio.options
is a instance of BaseOptions
Calculator
A Calculator.
CancelToken
You can cancel a request by using a cancel token.
One token can be shared with different requests.
when a token's cancel method invoked, all requests
with this token will be cancelled.
DefaultTransformer
Dio
A powerful Http client for Dart, which supports Interceptors,
Global configuration, FormData, File downloading etc. and Dio is
very easy to use.
DioMixin
ErrorInterceptorHandler
Handler for error interceptor.
FormData
A class to create readable "multipart/form-data" streams.
It can be used to submit forms and file uploads to http server.
HttpClientAdapter
HttpAdapter is a bridge between Dio and HttpClient.
Interceptor
Dio instance may have interceptor(s) by which you can intercept
requests/responses/errors before they are handled by then
or catchError
.
See also:
Interceptors
Interceptors are a queue, and you can add any number of interceptors,
All interceptors will be executed in first in first out order.
InterceptorsWrapper
InterceptorsWrapper is a helper class, which is used to conveniently
create interceptor(s).
See also:
LackOff
LackOffBean
LackOffFloatingWindow
悬浮按钮
ListParam <T >
Lock
Add lock/unlock API for interceptors.
LogDatabaseHelper
LogEntry
LogInterceptor
LogInterceptor is used to print logs during network requests.
It's better to add LogInterceptor to the tail of the interceptor queue,
otherwise the changes made in the interceptor behind A will not be printed out.
This is because the execution of interceptors is in the order of addition.
MultipartFile
A file to be uploaded as part of a MultipartRequest
. This doesn't need to
correspond to a physical file.
Options
Every request can pass an Options object which will be merged with Dio.options
PrettyDioLogger
QueuedInterceptor
Serialize the request/response/error before they enter the interceptor.
QueuedInterceptorsWrapper
QueuedInterceptorsWrapper is a helper class, which is used to conveniently
create QueuedInterceptor(s).
See also:
RedirectRecord
RequestInterceptorHandler
Handler for request interceptor.
RequestOptions
Response <T >
Response describes the http Response info.
ResponseBody
ResponseInterceptorHandler
Handler for response interceptor.
Transformer
Transformer allows changes to the request/response data before
it is sent/received to/from the server.
Enums
DioErrorType
ListFormat
ListFormat specifies the array format
(a single parameter with multiple parameter or multiple parameters with the same name)
and the separator for array items.
LogType
日志类型
ResponseType
ResponseType indicates which transformation should
be automatically applied to the response data by Dio.
Exceptions / Errors
DioError
DioError describes the error info when request failed.
lack_off_debug_logs 1.0.0