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

io.katharsis.dispatcher.controller.HttpMethod Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.katharsis.dispatcher.controller;

/**
 * Due to no RESTful dependencies, katharsis doesn't have any place to store a list of available HTTP methods, so
 * when referring to HTTP methods, this enum should be used.
 */
public enum HttpMethod {
    GET,
    POST,
    DELETE,
    PUT,
    PATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy