AwsApiGatewayEventHeaders class
API Gateway Event Headers ...
- Annotations
- @JsonSerializable()
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 })
-
const
-
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
- host → String
-
@JsonKey(name: "Host"), final
- 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
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited