
de.gesellix.docker.engine.RequestMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docker-engine Show documentation
Show all versions of docker-engine Show documentation
Bare HTTP client for the Docker engine api
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