methods property
A list of HTTP methods to match against.
Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.
Optional.
Implementation
core.List<core.String>? methods;