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

com.devsmart.miniweb.utils.RequestMethod Maven / Gradle / Ivy

package com.devsmart.miniweb.utils;


public enum RequestMethod {
    GET,
    POST,
    PUT,
    DELETE,
    HEAD;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy