AuthenticatedHttp class

Constructors

AuthenticatedHttp({List<Interceptor> interceptors = const [], String? baseUrl, Duration? requestTimeout, TimeoutCallback? onRequestTimeout, Client? client})

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(String path, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
get(String path, {Map<String, String>? headers}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(String path, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
post(String path, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
put(String path, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
read(String path, {Map<String, String>? headers}) Future<String>
readBytes(String path, {Map<String, String>? headers}) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

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