allowedMethods property

String? allowedMethods
getter/setter pair

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

Implementation

String? allowedMethods;