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

org.openstack4j.core.transport.HttpMethod Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.core.transport;

/**
 * Supported Http Client Methods
 * 
 * @author Jeremy Unruh
 */
public enum HttpMethod {
	HEAD, GET, POST, PUT, PATCH, DELETE, OPTIONS, TRACE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy