CharlatanHttpRequest class
A type representing a HTTP request.
Constructors
- CharlatanHttpRequest({required RequestOptions requestOptions})
- A type representing a HTTP request.
Properties
- body → Object?
-
The request body
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, Object?> -
The request headers
no setter
- method → String
-
The HTTP method
no setter
- path → String
-
The request path
no setter
-
queryParameters
→ Map<
String, Object?> -
The request query parameters
no setter
- requestOptions → RequestOptions
-
The underlying dio request headers, body, and other options
final
- 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