org.smartboot.http.restful.annotation.RequestMethod Maven / Gradle / Ivy
package org.smartboot.http.restful.annotation;
/**
* @author 三刀([email protected])
* @version V1.0 , 2022/7/2
*/
public enum RequestMethod {
GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS,TRACE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy