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

com.aliyun.openservices.eas.predict.http.HttpHeaders Maven / Gradle / Ivy

package com.aliyun.openservices.eas.predict.http;

/**
 * Created by yaozheng.wyz on 2017/10/31.
 */
public interface HttpHeaders {
    public static final String AUTHORIZATION = "Authorization";
    public static final String CONTENT_LENGTH = "Content-Length";
    public static final String CONTENT_TYPE = "Content-Type";
    public static final String DATE = "Date";
    public static final String CONTENT_MD5 = "Content-MD5";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy