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

org.scribe.model.Verb Maven / Gradle / Ivy

The newest version!
package org.scribe.model;

/**
 * An enumeration containing the most common HTTP Verbs.
 * 
 * @author Pablo Fernandez
 */
public enum Verb
{
  GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy