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

com.kanishka.net.model.RequestMethod Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.kanishka.net.model;

/**
 *
 * @author [email protected]
 */
public enum RequestMethod {

    GET, POST, PUT, DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy