AWSBaseHttpResponse class sealed

A parameterized HTTP response.

See also:

Implemented types
Implementers

Properties

body Stream<List<int>>
The response's body.
no setter
bodyBytes FutureOr<List<int>>
The collected bytes of the response body.
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
The response's headers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
The response's status code.
final

Methods

close() Future
Indicates that no more branches will be requested via split.
inherited
decodeBody({Encoding encoding = utf8}) FutureOr<String>
Decodes the response body using encoding (defaults to UTF-8).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split() Stream<List<int>>
Returns a single-subscription stream that's a copy of the input stream.
inherited
toString() String
A string representation of this object.
inherited

Operators

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