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

cn.cliveyuan.tools.httpclient.bean.RequestMethodEnum Maven / Gradle / Ivy

The newest version!
package cn.cliveyuan.tools.httpclient.bean;

/**
 * @author Clive Yuan
 * @date 2021/06/08
 */
public enum RequestMethodEnum {
    GET,
    POST,
    PUT,
    DELETE,
    PATCH,
    HEAD,
    OPTIONS,
    TRACE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy