
com.tangosol.internal.http.HttpMethod Maven / Gradle / Ivy
/*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.internal.http;
/**
* An enum representing the different types of http method.
*
* @author Jonathan Knight 2022.01.25
* @since 22.06
*/
public enum HttpMethod
{
GET, PUT, POST, DELETE, OPTIONS, HEAD;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy