![JAR search and dependency download from the Maven repository](/logo.png)
no.arktekk.siren.Method Maven / Gradle / Ivy
package no.arktekk.siren;
//TODO: HTTP Methods are exensible, maybe this needs to be.
public enum Method {
HEAD,
GET,
PUT,
POST,
OPTIONS,
DELETE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy