AwsApiGatewayEventHeaders class

API Gateway Event Headers ...

Annotations

Constructors

AwsApiGatewayEventHeaders({String accept, String acceptEncoding, String cloudfrontIsDesktopViewer, String cloudfrontIsMobileViewer, String cloudfrontIsSmartTvViewer, String cloudfrontForwardProto, String cloudfrontIsTabletViewer, String cloudfrontViewerCountry, String upgradeInsecureRequests, String cacheControl, String host, String via, String userAgent, String xAmzCfId, String xAmznTraceId, String xForwardedFor, String xForwardedPort, String xForwardedProto})
AwsApiGatewayEventHeaders.fromJson(Map<String, dynamic> json)
factory

Properties

accept String
@JsonKey(name: "Accept"), final
acceptEncoding String
@JsonKey(name: "Accept-Encoding"), final
cacheControl String
@JsonKey(name: "Cache-Control"), final
cloudfrontForwardProto String
@JsonKey(name: "CloudFront-Forwarded-Proto"), final
cloudfrontIsDesktopViewer String
@JsonKey(name: "CloudFront-Is-Desktop-Viewer"), final
cloudfrontIsMobileViewer String
@JsonKey(name: "CloudFront-Is-Mobile-Viewer"), final
cloudfrontIsSmartTvViewer String
@JsonKey(name: "CloudFront-Is-SmartTV-Viewer"), final
cloudfrontIsTabletViewer String
@JsonKey(name: "CloudFront-Is-Tablet-Viewer"), final
cloudfrontViewerCountry String
@JsonKey(name: "CloudFront-Viewer-Country"), final
hashCode int
The hash code for this object. [...]
read-only, inherited
host String
@JsonKey(name: "Host"), final
raw Map<String, dynamic>
@JsonKey(ignore: true), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
upgradeInsecureRequests String
@JsonKey(name: "Upgrade-Insecure-Requests"), final
userAgent String
@JsonKey(name: "User-Agent"), final
via String
@JsonKey(name: "Via"), final
xAmzCfId String
@JsonKey(name: "X-Amz-Cf-Id"), final
xAmznTraceId String
@JsonKey(name: "X-Amzn-Trace-Id"), final
xForwardedFor String
@JsonKey(name: "X-Forwarded-For"), final
xForwardedPort String
@JsonKey(name: "X-Forwarded-Port"), final
xForwardedProto String
@JsonKey(name: "X-Forwarded-Proto"), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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