HttpClientContract class abstract interface

Implementers

Properties

config HttpClientConfig
no setter
hashCode int
The hash code for this object.
no setterinherited
interceptor HttpInterceptor
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status HttpClientStatus
no setter

Methods

delete<T>(String endpoint, {HttpRequestOption? option}) Future<Response<T>>
get<T>(String endpoint, {HttpRequestOption? option}) Future<Response<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch<T>(String endpoint, {HttpRequestOption? option, Map<String, dynamic> body}) Future<Response<T>>
post<T>(String endpoint, {HttpRequestOption? option, Map<String, dynamic> body}) Future<Response<T>>
put<T>(String endpoint, {HttpRequestOption? option, Map<String, dynamic> body}) Future<Response<T>>
send<T>(String method, String endpoint, {HttpRequestOption? option, Map<String, dynamic> body}) Future<Response<T>>
toString() String
A string representation of this object.
inherited

Operators

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