match Values
Parameters
value
A list of one or more HTTP methods. Possible values include GET
, POST
, PUT
, DELETE
, HEAD
, OPTIONS
or TRACE
. If multiple values are specified, they're evaluated using OR
logic.
Parameters
values
A list of one or more HTTP methods. Possible values include GET
, POST
, PUT
, DELETE
, HEAD
, OPTIONS
or TRACE
. If multiple values are specified, they're evaluated using OR
logic.