cc.kkon.gmhttps.model.CC Maven / Gradle / Ivy
package cc.kkon.gmhttps.model;
/**
* constants
*
* @author yui
*/
public interface CC {
String METHOD_GET = "GET";
String METHOD_POST = "POST";
String CONTENT_TYPE_JSON = "application/json;";
String CONTENT_TYPE_MULTIPART = "multipart/form-data";
String CONTENT_TYPE_URLENCODED = "application/x-www-form-urlencoded";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy