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

org.sourcelab.github.client.request.HttpMethod Maven / Gradle / Ivy

The newest version!

package org.sourcelab.github.client.request;

/**
 * Represents the various Http Request Methods.
 */
public enum HttpMethod {
    GET, POST, PUT, DELETE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy