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

com.junya.http.Method Maven / Gradle / Ivy

package com.junya.http;

/**
 * Http方法枚举
 * @author ZHANGCHAO
 *
 */
public enum Method {
	GET, POST, HEAD, OPTIONS, PUT, DELETE, TRACE, CONNECT, PATCH
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy