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

com.base4j.util.http.Method Maven / Gradle / Ivy

The newest version!
package com.base4j.util.http;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy