yangys
2024-04-28 258a769f6790f832d1c67839d59be04a118767e5
smart-starter-http/src/main/java/com/qianwen/core/http/Method.java
@@ -1,6 +1,5 @@
package com.qianwen.core.http;
/* loaded from: blade-starter-http-9.3.0.0-SNAPSHOT.jar:org/springblade/core/http/Method.class */
public interface Method {
    public static final String GET = "GET";
    public static final String POST = "POST";