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

org.swiftboot.web.constant.HttpConstants Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
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