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

com.iobeam.api.http.RequestMethod Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.iobeam.api.http;

/**
 * HTTP request methods supported by the API.
 */
public enum RequestMethod {
    GET,
    POST,
    PUT,
    DELETE,
    PATCH
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy