ResponseHandler class

A utility class for handling HTTP response data.

The Response class is used to encapsulate information commonly found in

Implementers

Constructors

ResponseHandler()

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

check(Response response, int time, {dynamic onRequest(Request request)?}) Future<Response>
A function to check and process an HTTP response.
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