uno library

Classes

FormData
Used to generate form data.
InterceptorCallback<T>
Organize interceptors
InterceptorResolver<T>
Resolver interceptors
Request
Represents the request that will be sent to the http server.
Response
Represents the response from the HTTP server.
Uno
This is a Http Client inspired by AxiosJS.

Enums

ResponseType
Represents the Response data type. Could use:

Typedefs

DownloadCallback = void Function(int total, int current)
DownloadCallback it's a typedef of void Function(int total, int current)
ValidateCallback = bool Function(int status)
ValidateCallback it's a typedef of bool Function(int status)

Exceptions / Errors

UnoError<TData>
Represents error of uno