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

cn.net.wanmo.common.restful.SendWay Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package cn.net.wanmo.common.restful;

/**
 * 请求方式
 */
public enum SendWay {
    GET, POST, POST_JSON, UPLOAD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy