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

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

package com.jd.blockchain.utils.http;

/**
 * HTTP 请求方法;
 * 
 * @author haiq
 *
 */
public enum HttpMethod {
	
	GET,
	
	POST,
	
	PUT,
	
	DELETE
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy