utils/http_client
library
Functions
-
httpDelete(Uri uri, {Object? body, bool enableDio = false})
→ Future<Response>
-
The default http PUT that support Logging
-
httpGet(Uri uri, {bool enableDio = false, bool refreshCache = false})
→ Future<Response>
-
The default http GET that support Logging
-
httpPatch(Uri uri, {Object? body, bool enableDio = false})
→ Future<Response>
-
The default http PATCH that support Logging
-
httpPost(Uri uri, {Object? body, bool enableDio = false})
→ Future<Response>
-
The default http POST that support Logging
-
httpPut(Uri uri, {Object? body, bool enableDio = false})
→ Future<Response>
-
The default http PUT that support Logging
-
initProxyClient(Uri url)
→ void
-