CORSRule constructor
CORSRule({})
Implementation
CORSRule({
required this.allowedMethods,
required this.allowedOrigins,
this.allowedHeaders,
this.exposeHeaders,
this.maxAgeSeconds,
});
CORSRule({
required this.allowedMethods,
required this.allowedOrigins,
this.allowedHeaders,
this.exposeHeaders,
this.maxAgeSeconds,
});