![JAR search and dependency download from the Maven repository](/logo.png)
com.moesif.api.http.request.HttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moesif-repo-test Show documentation
Show all versions of moesif-repo-test Show documentation
Test project for Moesif maven
The newest version!
/*
* MoesifAPILib
*
*
*/
package com.moesif.api.http.request;
/**
* HTTP methods enumeration
*/
public enum HttpMethod {
GET,
POST,
PUT,
PATCH,
DELETE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy