AwsApiGatewayEventHeaders constructor

AwsApiGatewayEventHeaders({
  1. String? accept,
  2. String? acceptEncoding,
  3. String? cloudfrontIsDesktopViewer,
  4. String? cloudfrontIsMobileViewer,
  5. String? cloudfrontIsSmartTvViewer,
  6. String? cloudfrontForwardProto,
  7. String? cloudfrontIsTabletViewer,
  8. String? cloudfrontViewerCountry,
  9. String? upgradeInsecureRequests,
  10. String? cacheControl,
  11. String? host,
  12. String? via,
  13. String? userAgent,
  14. String? xAmzCfId,
  15. String? xAmznTraceId,
  16. String? xForwardedFor,
  17. String? xForwardedPort,
  18. 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});