HttppClient class

Constructors

HttppClient({required HttppManager manager, void onFinish()?, Duration handleRateLimit(HttppResponse)?, Future<String> handleTokenRefresh(HttppResponse)?, Client useClient()?})

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

denyFor(HttppRequest request, Duration duration) Future<void>
denyUntil(HttppRequest request, Future task()) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(HttppRequest request) Future<void>
requests(List<HttppRequest> requests) Future<void>
send() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override