allowMethods property

List<String>? allowMethods
final

List of HTTP methods allowed to access the resource. The content will be serialized into the Access-Control-Allow-Methods header.

Implementation

final List<String>? allowMethods;