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

io.github.stylesmile.request.RequestMethod Maven / Gradle / Ivy

package io.github.stylesmile.request;

public enum RequestMethod {
    GET,
    HEAD,
    POST,
    PUT,
    PATCH,
    DELETE,
    OPTIONS,
    TRACE;

    private RequestMethod() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy