allowedMethods property

List<String> allowedMethods
final

An HTTP method that you allow the origin to execute. Valid values are GET, PUT, HEAD, POST, and DELETE.

Implementation

final List<String> allowedMethods;