v2中文文档

method

改变请求中的HTTP方法。

语法

method [<matcher>] <method>.
  • <method> 是要改变请求的HTTP方法。

示例

/api下的所有请求的方法改为POST

method /api* POST