AWSBaseHttpResponse class abstract

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() FutureOr<void>
Closes the resource and all connected objects.
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
toString() String
A string representation of this object.
inherited

Operators

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