com.eligible.net.RequestMethod Maven / Gradle / Ivy
package com.eligible.net;
/**
* HTTP Request Methods.
*/
public enum RequestMethod {
/** HTTP GET. */
GET,
/** HTTP POST. */
POST,
/** HTTP PUT. */
PUT,
/** HTTP DELETE. */
DELETE,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy