flutter_curl library

Classes

Client
Client handles all the HTTP calls. Add Request to Client and await for Response. Call init before use and dispose after use.
HTTPCaching
HTTPInterceptor
LogInfo
Multipart
Request
Request holds request data for the HTTP call. Each request has a unique id. It is used to track the request throughout the queue.
RequestBody
Response