org.logdoc.fairhttp.structs.traits.Methods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fair-http-client Show documentation
Show all versions of fair-http-client Show documentation
LogDoc.org project http client
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
}