methods property

List<String>? methods
getter/setter pair

methods refers to the REST verbs as in https://httpwg.org/specs/rfc9110.html For example: GET, POST, PUT, DELETE, etc.

They need to be in uppercase. When none specified, all verb types are allowed.

Optional.

Implementation

core.List<core.String>? methods;