allowMethods property

List<String>? allowMethods
getter/setter pair

Specifies the content for the Access-Control-Allow-Methods header.

Implementation

core.List<core.String>? allowMethods;