yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
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";