org.sam.server.constant.HttpHeader Maven / Gradle / Ivy
package org.sam.server.constant;
/**
* HTTP Header에 대한 상수입니다.
*
* @author hypernova1
*/
public class HttpHeader {
public static String ACCEPT = "accept";
public static String CONTENT_TYPE = "content-type";
public static String USER_AGENT = "user-agent";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy