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

io.polyglotted.common.web.HttpMethod Maven / Gradle / Ivy

package io.polyglotted.common.web;

enum HttpMethod {
    GET, POST, PUT, DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy