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

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy