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

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