HttpStreamResponse class
- Inheritance
-
- Object
- HttpResponse
- HttpStreamResponse
Constructors
-
HttpStreamResponse.new({required HttpRequest request, required HttpVersion version, required int statusCode, required List<
(String, String)> headers, required Stream<Uint8List> body}) -
const
Properties
-
body
→ Stream<
Uint8List> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerMap
→ Map<
String, String> -
Response headers converted as a map.
no setterinherited
-
headerMapList
→ Map<
String, List< String> > -
Response headers converted as a map respecting multiple values.
no setterinherited
-
headers
→ List<
(String, String)> -
finalinherited
- request → HttpRequest
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int
-
finalinherited
- version → HttpVersion
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited