
com.aliyun.openservices.log.http.utils.HttpHeaders Maven / Gradle / Ivy
package com.aliyun.openservices.log.http.utils;
/**
* Contains the common HTTP headers.
*
* @author xiaoming.yin
*/
public interface HttpHeaders {
String CONTENT_LENGTH = "Content-Length";
String CONTENT_TYPE = "Content-Type";
String HOST = "Host";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy