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

com.icoderman.woocommerce.oauth.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.4
Show newest version
package com.icoderman.woocommerce.oauth;

/**
 * Enum with possible HTTP Methods of a Request.
 * 
 */
public enum HttpMethod {

    GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy