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

com.aliyun.openservices.log.http.utils.HttpHeaders Maven / Gradle / Ivy

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