com.highway2urhell.domain.HttpMethod Maven / Gradle / Ivy
package com.highway2urhell.domain;
public enum HttpMethod {
GET, POST, DELETE, PATCH, PUT, UNKNOWN
}
package com.highway2urhell.domain;
public enum HttpMethod {
GET, POST, DELETE, PATCH, PUT, UNKNOWN
}