com.github.restup.test.HttpMethod Maven / Gradle / Ivy
package com.github.restup.test;
public enum HttpMethod {
GET, POST, PATCH, PUT, DELETE, OPTIONS; // , HEAD, TRACE, CONNECT;
}
package com.github.restup.test;
public enum HttpMethod {
GET, POST, PATCH, PUT, DELETE, OPTIONS; // , HEAD, TRACE, CONNECT;
}