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

com.yuweix.kuafu.http.HttpMethod Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.http;



/**
 * @author yuwei
 */
public enum HttpMethod {
	GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy