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

org.nico.cat.server.request.parameter.RequestMethod Maven / Gradle / Ivy

package org.nico.cat.server.request.parameter;

/** 
 * Http request method
 * @author nico
 * @version createTime:2018年1月10日 下午10:45:54
 */
public enum RequestMethod {
	
	GET,
	
	HEAD,
	
	POST,
	
	PUT,
	
	DELETE,
	
	CONNECT,
	
	OPTIONS,
	
	TRACE,
	
	DEFAULT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy