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

cn.idea360.signature.constant.HttpConstant Maven / Gradle / Ivy

package cn.idea360.signature.constant;

/**
 * @author cuishiying
 */
public class HttpConstant {

	public static final String CONTENT_TYPE_FORM = "application/x-www-form-urlencoded; charset=utf-8";

	public static final String CONTENT_TYPE_JSON = "application/json; charset=utf-8";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy