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

com.amadeus.HttpVerbs Maven / Gradle / Ivy

package com.amadeus;

public enum HttpVerbs {
  // HTTP verbs
  GET,
  POST,
  PUT,
  DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy