
org.swiftboot.web.constant.HttpConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-web Show documentation
Show all versions of swiftboot-web Show documentation
Basic module for enterprise web applications
package org.swiftboot.web.constant;
/**
*
* @author swiftech
**/
public class HttpConstants {
/**
* 默认的请求相应数据格式
*/
public static final String DEFAULT_RESPONSE_DATA_TYPE = "application/json;charset=utf-8";
/**
* 默认的会话 ID 标识符
*/
public static final String DEFAULT_SESSION_ID_NAME = "session_id";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy