AwsApiGatewayEventHeaders constructor
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,
Implementation
AwsApiGatewayEventHeaders(
{this.accept,
this.acceptEncoding,
this.cloudfrontIsDesktopViewer,
this.cloudfrontIsMobileViewer,
this.cloudfrontIsSmartTvViewer,
this.cloudfrontForwardProto,
this.cloudfrontIsTabletViewer,
this.cloudfrontViewerCountry,
this.upgradeInsecureRequests,
this.cacheControl,
this.host,
this.via,
this.userAgent,
this.xAmzCfId,
this.xAmznTraceId,
this.xForwardedFor,
this.xForwardedPort,
this.xForwardedProto});