HttpRequest class abstract
Constructors
- HttpRequest.new([void updates(HttpRequestBuilder)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ BuiltMap<
String, String> -
The HTTP headers.
no setter
- hostPrefix → String?
-
The host prefix.
no setter
- method → String
-
The HTTP method.
no setter
- path → String
-
The path of the operation.
no setter
-
queryParameters
→ BuiltListMultimap<
String, String> -
The HTTP query parameters.
no setter
-
requestInterceptors
→ BuiltList<
HttpRequestInterceptor> -
Runtime request interceptors determined by operation input.
no setter
-
responseInterceptors
→ BuiltList<
HttpResponseInterceptor> -
Runtime response interceptors determined by operation input.
no setter
- 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
-
rebuild(
dynamic updates(HttpRequestBuilder)) → HttpRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → HttpRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited