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

se.alipsa.simplerest.RequestMethod Maven / Gradle / Ivy

The newest version!
package se.alipsa.simplerest;

public class RequestMethod {
  public static final String GET = "GET";
  public static final String PUT = "PUT";
  public static final String POST = "POST";
  public static final String DELETE = "DELETE";
  public static final String OPTIONS = "OPTIONS";
  public static final String HEAD = "HEAD";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy