HttpClientInterceptor class abstract

Implementers

Constructors

HttpClientInterceptor()

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

afterResponse(HttpClientRequest request, HttpClientResponse response) Future<HttpClientResponse?>
@params kraken: The Kraken widget that is requesting the resource. request: HttpClientResponse that containing the detail of the request. @return newRequest: A HttpClientResponse containing the response information or null if the kraken should load the resource itself.
beforeRequest(HttpClientRequest request) Future<HttpClientRequest?>
@params kraken: The Kraken widget that is requesting the resource. request: HttpClientRequest that containing the detail of the request. @return newRequest: A HttpClientRequest containing the response information or null if the kraken should load the resource itself.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldInterceptRequest(HttpClientRequest request) Future<HttpClientResponse?>
toString() String
A string representation of this object.
inherited

Operators

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