DdxHttpRequest class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

headers Map<String, String>?
getter/setter pair
uri Uri?
getter/setter pair

Static Methods

externalUri({required String uriAddress, Map<String, dynamic>? queryParameters}) Uri
generateHeaders({String? token}) Map<String, String>
generateMultipartHeaders({String? token}) Map<String, String>
generateRequest({required String method, required Map<String, String> headers, required Uri uri, Map<String, dynamic>? body}) → Request
generateUri({String? scheme, String? host, int? port, required String path, Map<String, dynamic>? queryParameters, String? query}) Uri