TerraHttpClientHandler class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient ↔ RetryClient?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteAsync(
String requestUri) → Future< Response> -
forceDisconnectAllClients(
) → void -
getAsync(
String requestUri) → Future< Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postAsync(
String requestUri, String data) → Future< Response> -
prepareHttpClient(
) → void -
putAsync(
String requestUri, String data) → Future< Response> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited