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

org.gitlab.api.http.Method Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.gitlab.api.http;

/**
 * Created by Oleg Shaburov on 03.05.2018
 * [email protected]
 */
public enum Method {

    GET, PUT, POST, PATCH, DELETE, HEAD, OPTIONS, TRACE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy