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

com.aiwiown.face.ApiMethod Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
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