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

dev.voidframework.web.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package dev.voidframework.web.http;

/**
 * Defines handled HTTP method.
 */
public enum HttpMethod {

    DELETE,
    GET,
    HEAD,
    OPTIONS,
    POST,
    PUT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy