Http4GetImplementation class

Constructors

Http4GetImplementation({List<InterceptorContract> interceptors = const [], required String url, RetryPolicy? retryPolicy, Map<String, dynamic> params = const {}, Map<String, String> headers = const {}})

Properties

baseUrl ↔ Uri
getter/setter pair
client ↔ InterceptedClient
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
headers → Map<String, String>
final
params → Map<String, dynamic>
final
retryPolicy → RetryPolicy?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() → Future<Http4Response>
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