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

com.fengwenyi.javalib.constant.HttpHeaderKeyConstant Maven / Gradle / Ivy

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