com.foxinmy.weixin4j.http.HttpMethod Maven / Gradle / Ivy
package com.foxinmy.weixin4j.http;
/**
* 请求方法
*
* @className HttpMethod
* @author jinyu([email protected])
* @date 2015年5月29日
* @since JDK 1.6
* @see
*/
public enum HttpMethod {
GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE, CONNECT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy