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

com.yuweix.kuafu.http.HttpConstant Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.http;


/**
 * @author yuwei
 **/
public abstract class HttpConstant {
	public static final String ENCODING_UTF_8 = "utf-8";
	public static final String LOCALE_ZH_CN = "zh_CN";
	public static final String LOCALE_EN_US = "en_US";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy