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

com.github.zj.dreamly.security.jwt.enums.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.6
Show newest version
package com.github.zj.dreamly.security.jwt.enums;

/**
 * http请求方法枚举
 *
 * @author 苍海之南
 */
@SuppressWarnings("all")
public enum HttpMethod {
    /**
     * 请求方法
     */
    GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE, ANY;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy