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

cloud.agileframework.common.util.http.RequestMethod Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.common.util.http;

/**
 * @author 佟盟
 * 日期 2020/6/4 22:22
 * 描述 TODO
 * @version 1.0
 * @since 1.0
 */
public enum RequestMethod {
    /**
     * GET
     */
    GET,
    /**
     * POST
     */
    POST,
    /**
     * put
     */
    PUT,
    /**
     * delete
     */
    DELETE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy