IHubbleHttpBuilder class abstract

Implementers

Constructors

IHubbleHttpBuilder()

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

delete<T>({required String uri, required SuccessConverter<T> success, Map<String, String>? headers, Map<String, dynamic>? queryParameters, HubbleHTTPRequestOptions options}) Future<Result<T>>
get<T>({required String uri, required SuccessConverter<T> success, Map<String, String>? headers, Map<String, dynamic>? queryParameters, HubbleHTTPRequestOptions options}) Future<Result<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch<T>({required String uri, required Map<String, dynamic> body, required SuccessConverter<T> success, Map<String, String>? headers, Map<String, dynamic>? queryParameters, HubbleHTTPRequestOptions options}) Future<Result<T>>
post<T>({required String uri, required Map<String, dynamic> body, required SuccessConverter<T> success, Map<String, String>? headers, Map<String, dynamic>? queryParameters, HubbleHTTPRequestOptions options}) Future<Result<T>>
put<T>({required String uri, required Map<String, dynamic> body, required SuccessConverter<T> success, Map<String, String>? headers, Map<String, dynamic>? queryParameters, HubbleHTTPRequestOptions options}) Future<Result<T>>
toString() String
A string representation of this object.
inherited

Operators

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