AWSHeaders class abstract

Headers used in AWS requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

accept → const String
The Accept header.
algorithm → const String
The X-Amz-Algorithm header.
amzUserAgent → const String
The X-Amz-User-Agent header.
authorization → const String
The Authorization header.
cacheControl → const String
The Cache-Control header.
contentEncoding → const String
The Content-Encoding header.
contentLength → const String
The Content-Length header.
contentSHA256 → const String
The X-Amz-Content-Sha256 header.
contentType → const String
The Content-Type header.
credential → const String
The X-Amz-Credential header.
date → const String
The X-Amz-Date header.
decodedContentLength → const String
The X-Amz-Decoded-Content-Length header.
expires → const String
The X-Amz-Expires header.
host → const String
The Host header.
location → const String
The Location header.
platformUserAgent → const String
The user agent header for the current platform.
regionSet → const String
The X-Amz-Region-Set header.
retryAfter → const String
The X-Amz-Retry-After header.
sdkInvocationId → const String
The amz-sdk-invocation-id header.
sdkRequest → const String
The amz-sdk-request header.
securityToken → const String
The X-Amz-Security-Token header.
signature → const String
The X-Amz-Signature header.
signedHeaders → const String
The X-Amz-SignedHeaders header.
target → const String
The X-Amz-Target header.
transferEncoding → const String
The Transfer-Encoding header.
userAgent → const String
The User-Agent header.