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

com.foxinmy.weixin4j.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
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