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

com.woorea.openstack.base.client.HttpMethod Maven / Gradle / Ivy

There is a newer version: 3.3.30-oss
Show newest version
/*******************************************************************************
 * Copyright (C) 2016 AT&T Intellectual Property. All rights reserved. This code is licensed under the Apache License, Version 2.0
 *******************************************************************************/

package com.woorea.openstack.base.client;

public enum HttpMethod {
	HEAD, GET, POST, PUT, PATCH, DELETE, OPTIONS, TRACE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy