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

io.mangoo.enums.Http Maven / Gradle / Ivy

The newest version!
package io.mangoo.enums;

public enum Http {
    DELETE,
    GET,
    HEAD,
    OPTIONS,
    PATCH,
    POST,
    PUT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy