文档
一个 项目

method

更改请求的 HTTP 方法。

语法

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

示例

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

method /api* POST