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

org.qas.api.http.HttpMethod Maven / Gradle / Ivy

The newest version!
package org.qas.api.http;

/**
 * HttpMethod
 *
 * @author: Dzung Nguyen
 * @version: $Id HttpMethod 2014-03-26 15:12:30z dungvnguyen $
 * @since 1.0
 */
public enum HttpMethod {
  GET, POST, PUT, DELETE, HEAD
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy