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

com.anaptecs.jeaf.workload.annotations.HTTPMethod Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
/**
 * Copyright 2004 - 2020 anaptecs GmbH, Burgstr. 96, 72764 Reutlingen, Germany
 *
 * All rights reserved.
 */
package com.anaptecs.jeaf.workload.annotations;

/**
 * Enumeration defines the http methods as they are defined by the HTTP standard. For futher details please refer to
 * https://developer.mozilla.org/de/docs/Web/HTTP/Methods
 */
public enum HTTPMethod {
  GET, POST, PUT, PATCH, DELETE, HEAD, CONNECT, OPTIONS, TRACE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy