
tw.com.mitake.constant.HttpMethod Maven / Gradle / Ivy
The newest version!
package tw.com.mitake.constant;
public enum HttpMethod {
POST, GET, PUT, DELETE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package tw.com.mitake.constant;
public enum HttpMethod {
POST, GET, PUT, DELETE
}