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

http.constant.HttpEnum Maven / Gradle / Ivy

package http.constant;

/**
 * httpEnum
 */
public enum HttpEnum {

    /**
     * http-get
     */
    GET,

    /**
     * http-delete
     */
    DELETE,

    /**
     * http-post
     */
    POST,

    /**
     * http-put
     */
    PUT
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy