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

io.gitee.loulan_yxq.owner.http.HttpMethod Maven / Gradle / Ivy

The newest version!
package io.gitee.loulan_yxq.owner.http;

/*********************************************************
 ** http请求的枚举方法
 ** 

** Date: Created in 2021/11/1 16:06 ** @author loulan ** @version 0.0.0 *********************************************************/ public enum HttpMethod { GET, POST, HEAD, OPTIONS, PUT, DELETE, TRACE, PATCH }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy