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