RestfulHttpMethod (enum)

API

RestfulHttpMethod.java
enum RestfulHttpMethod {
  GET
  PUT
  DELETE
  POST
}