http library

Classes

CancelToken
Controls cancellation of Dio's requests.
Dio
Dio enables you to make HTTP requests easily.
FormData
A class to create readable "multipart/form-data" streams. It can be used to submit forms and file uploads to http server.
LaravelHttp
MultipartFile
An upload content that is a part of MultipartRequest. This doesn't need to correspond to a physical file.
Options
The configuration for a single request. BaseOptions and Options will be merged into one RequestOptions before sending the requests. See Options.compose.
Response<T>
The Response class contains the payload (could be transformed) that respond from the request, and other information of the response.
ShararaHttp

Typedefs

ProgressCallback = void Function(int count, int total)
The type of a progress listening callback when sending or receiving data.