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

com.aliyun.datahub.client.http.common.Constants Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.http.common;

public class Constants {
    public static final String CONTENT_JSON = "application/json";
    public static final String CONTENT_FORM = "application/x-www-form-urlencoded";
    public static final String CONTENT_PROTOBUF = "application/x-protobuf";
    public static final String CONTENT_BINARY = "application/x-binary";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy