This commit is contained in:
tanghc
2019-07-24 18:54:53 +08:00
parent 064e5188ce
commit 709186b0da

View File

@@ -270,7 +270,7 @@ public class HttpTool {
} }
public static HTTPMethod fromValue(String v) { public static HTTPMethod fromValue(String v) {
return valueOf(v); return valueOf(v.toUpperCase());
} }
} }