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