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

com.jd.blockchain.utils.http.agent.RequestHeader Maven / Gradle / Ivy

package com.jd.blockchain.utils.http.agent;

public interface RequestHeader {
	
	String getName();
	
	String getValue();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy