httpMethods property

List<String>? httpMethods
getter/setter pair

Act only on particular HTTP methods.

E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.

Optional.

Implementation

core.List<core.String>? httpMethods;