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

de.gesellix.docker.engine.RequestMethod Maven / Gradle / Ivy

The newest version!
package de.gesellix.docker.engine;

public enum RequestMethod {

  GET,
  DELETE,
  HEAD,
  OPTIONS,
  PATCH,
  POST,
  PUT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy