com.aiwiown.face.ApiMethod Maven / Gradle / Ivy
package com.aiwiown.face;
/**
*
*
* ApiMethod
* Date: 2020/4/28 0028
* Time: 13:38
*
* @author [email protected]
*/
public enum ApiMethod {
/**
* http请求方式
*/
GET,
HEAD,
POST,
PUT,
DELETE,
CONNECT,
OPTIONS,
TRACE,
PATCH;
private ApiMethod() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy