com.fengwenyi.javalib.constant.HttpHeaderKeyConstant Maven / Gradle / Ivy
package com.fengwenyi.javalib.constant;
/**
* Http header key
* @author Erwin Feng
* @since 2020/5/11 12:11 上午
*/
public class HttpHeaderKeyConstant {
/** Content-Type */
public static final String KEY_CONTENT_TYPE = "Content-Type";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy