AbstractClient class abstract

Implemented types

Constructors

AbstractClient()

Properties

handler Function?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
request HttpClientRequest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAdapter() HttpClientAdapter
buildRequest(String method, String uri) HttpClientRequest
call(String method, String uri) Future<HttpClientResponse>
override
execute() Future<HttpClientResponse>
override
getRequest() HttpClientRequest
override
hasAdapter() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareRequest(String method, String uri) HttpClientRequest
override
toString() String
A string representation of this object.
inherited
withHandler(Function handler) EasyClientContract
override

Operators

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