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

org.logdoc.fairhttp.structs.traits.Methods Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.logdoc.fairhttp.structs.traits;

/**
 * @author Denis Danilin | [email protected]
 * 05.12.2022 13:18
 * fairhttp ☭ sweat and blood
 */
public enum Methods {
    POST, PATCH, PUT,

    GET, OPTIONS, HEAD, TRACE, DELETE, CONNECT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy