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

io.swagger.models.HttpMethod Maven / Gradle / Ivy

The newest version!
package io.swagger.models;

/**
 * Created by russellb337 on 7/10/15.
 */
public enum HttpMethod {
    POST,
    GET,
    PUT,
    PATCH,
    DELETE,
    HEAD,
    OPTIONS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy