FastAppHttp class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Properties
-
fastDio
↔ Dio?
-
getter/setter pair
Static Methods
-
doDelete({required String url, dynamic body, bool isReconnectStrategyStart = false, int reconnectTime = 0, String? hud})
→ Future<FastHttpResponse>
-
-
doGet({required String url, Map<String, dynamic>? body, bool isReconnectStrategyStart = false, int reconnectTime = 0, String? hud})
→ Future<FastHttpResponse>
-
-
doGetTestData(FastRequest request, dynamic body, )
→ Future<FastHttpResponse>
-
-
doPost({required String url, dynamic body, bool isReconnectStrategyStart = false, int reconnectTime = 0, String? hud})
→ Future<FastHttpResponse>
-
-
doPut({required String url, dynamic body, bool isReconnectStrategyStart = false, int reconnectTime = 0, String? hud})
→ Future<FastHttpResponse>
-
-
initDio({required String baseUrl, Interceptor? interceptor, String proxy = ''})
→ Dio
-
-
upLoadFile({required String url, required File file, Map<String, dynamic>? data, String? hud, bool isMultiFile = true})
→ Future<FastHttpResponse>
-