All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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