Type alias RequestMethod

RequestMethod: "get" | "post" | "put" | "delete" | "patch"

请求方法。

Generated using TypeDoc