method property
HTTP Method values are case-sensitive and formatted as follows:
- exact: "value" for exact string match
- prefix: "value" for prefix-based match
- regex: "value" for ECMAscript style regex-based match
Implementation
final StringMatch? method;