提交 50f9bd54 编写于 作者: J Javen205

新增 PATCH 请求方法

上级 01a57b19
......@@ -49,7 +49,12 @@ public enum RequestMethodEnum {
/**
* connect 请求
*/
CONNECT("CONNECT");
CONNECT("CONNECT"),
/**
* PATCH 请求
*/
PATCH("PATCH"),
;
private final String method;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册