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

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