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

uk.co.autotrader.traverson.http.Method Maven / Gradle / Ivy

Go to download

The kernel of traverson4j. This provides the main API for a client to traverse a Hypermedia REST service

The newest version!
package uk.co.autotrader.traverson.http;

public enum Method {
    GET,
    POST,
    PUT,
    DELETE,
    PATCH;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy