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

com.tinkerpop.rexster.extension.HttpMethod Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package com.tinkerpop.rexster.extension;

/**
 * The HTTP Method.
 *
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */
public enum HttpMethod {
    POST,
    GET,
    DELETE,
    OPTIONS,
    HEAD,
    PUT,
    ANY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy