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

me.codeboy.common.base.net.constant.CBHeader Maven / Gradle / Ivy

package me.codeboy.common.base.net.constant;

/**
 * 网络常量
 * Created by yuedong on 11/19/15.
 */
public class CBHeader {
    public final static String USER_AGENT = "User-Agent";
    public final static String COOKIE = "Cookie";
    public final static String SET_COOKIE = "Set-Cookie";
    public final static String REFERRER = "Referer";
    public final static String HOST = "Host";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy