com.jchanghong.http.Method Maven / Gradle / Ivy
The newest version!
package com.jchanghong.http;
/**
* Http方法枚举
*
* @author Looly
*/
public enum Method {
GET, POST, HEAD, OPTIONS, PUT, DELETE, TRACE, CONNECT, PATCH
}