HttpConfig class
Configuration for HTTP request handling.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
- defaultMaxRetries → const int
- Default number of retries for failed requests.
- defaultRetryDelay → const Duration
- Default base delay between retries (exponential backoff).
- defaultTimeout → const Duration
- Default timeout for HTTP requests.