HttpAdapterContract<T> class
abstract
Constructors
-
HttpAdapterContract(HttpMethod httpMethod, String httpBaseUrl, String httpUrl, Map<
String, String> httpHeaders)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpBaseUrl → String
-
final
-
httpFiles
→ List<
MultipartFile> -
final
-
httpHeaders
→ Map<
String, String> -
final
- httpMethod → HttpMethod
-
final
- httpPayload ↔ dynamic
-
getter/setter pair
- httpUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Future< Response> -
headers(
Map< String, String> headers) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited