HttpClientBase class abstract
- Inheritance
-
- Object
- HttpClient
- HttpClientBase
Constructors
- HttpClientBase({Duration timeout = const Duration(seconds: 30)})
Properties
Methods
-
checkResult(
RespData a, String url, Map< String, String> headers) → int -
inherited
-
close(
) → void -
inherited
-
getHeaders(
) → Map< String, String> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendReq(
String url, ReqInfo params, String method) → Future< Response?> -
override
-
standardData(
String url, dynamic jsonMap) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited