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

net.dongliu.cute.http.Method Maven / Gradle / Ivy

The newest version!
package net.dongliu.cute.http;

/**
 * Http method
 */
public enum Method {
    GET, POST, PUT, HEAD, DELETE, PATCH,
    TRACE, OPTIONS, CONNECT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy