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

com.whaleal.icefrog.http.Method Maven / Gradle / Ivy

There is a newer version: 1.1.71
Show newest version
package com.whaleal.icefrog.http;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy