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

com.jd.blockchain.utils.http.HttpServiceConsts Maven / Gradle / Ivy

package com.jd.blockchain.utils.http;

public interface HttpServiceConsts {
	
	public static final String CHARSET = "utf-8";
	
	public static final String PATH_SEPERATOR = "/";
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy