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

develop.toolkit.support.http.HttpMethod Maven / Gradle / Ivy

The newest version!
package develop.toolkit.support.http;

public enum HttpMethod {

    GET,

    POST,

    PUT,

    DELETE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy