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

com.jdroid.java.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.jdroid.java.http;

public enum HttpMethod {
	GET,
	POST,
	PUT,
	DELETE,
	PATCH;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy