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

tools.rest.RequestMethod Maven / Gradle / Ivy

There is a newer version: 0.0.3.6
Show newest version
package tools.rest;


public enum RequestMethod {
    GET,
    POST,
    PUT,
    PATCH,
    DELETE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy