EmptyHttpClient class

Inheritance

Constructors

EmptyHttpClient({HttpLogger logger = const EmptyHttpLogger()})

Properties

hashCode int
The hash code for this object.
no setterinherited
logger HttpLogger
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

alter(void input) → void
inherited
convert(Response response) → void
override
delete(String url, {String? host, Map<String, Object>? path, Map<String, Object>? query, Map<String, String>? headers}) Future<HttpResult<void>>
inherited
get(String url, {String? host, Map<String, Object>? path, Map<String, Object>? query, Map<String, String>? headers}) Future<HttpResult<void>>
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(String url, {String? host, Map<String, Object>? path, Map<String, Object>? query, Map<String, String>? headers, dynamic body, Encoding? encoding}) Future<HttpResult<void>>
inherited
post(String url, {String? host, Map<String, Object>? path, Map<String, Object>? query, Map<String, String>? headers, dynamic body, Encoding? encoding}) Future<HttpResult<void>>
inherited
put(String url, {String? host, Map<String, Object>? path, Map<String, Object>? query, Map<String, String>? headers, dynamic body, Encoding? encoding}) Future<HttpResult<void>>
inherited
toString() String
A string representation of this object.
inherited

Operators

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