![JAR search and dependency download from the Maven repository](/logo.png)
org.sdn.api.constants.Methods Maven / Gradle / Ivy
package org.sdn.api.constants;
/**
* User: fan
* Date: 2018/12/10
* Time: 10:20
*/
public interface Methods {
String POST = "post";
String PUT = "put";
String GET = "get";
String DELETE = "delete";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy