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

com.moesif.api.http.request.HttpMethod Maven / Gradle / Ivy

The newest version!
/*
 * MoesifAPILib
 *
 *
 */
package com.moesif.api.http.request;

/**
 * HTTP methods enumeration
 */
public enum HttpMethod {
    GET,
    POST,
    PUT,
    PATCH,
    DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy