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

com.ksyun.ks3.http.HttpMethod Maven / Gradle / Ivy

package com.ksyun.ks3.http;
/**
 * @author lijunwei[[email protected]]  
 * 
 * @date 2014年10月14日 下午6:17:25
 * 
 * @description 
 **/
public enum HttpMethod {
	GET,POST,PUT,DELETE,HEAD;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy